#C6F82D

Color #C6F82D Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C6F82D

Tints of Pear #C6F82D

Color information

#C6F82D (or 0xC6F82D) is unknown color: approx Pear. HEX triplet: C6, F8 and 2D. RGB value is (198,248,45). Sum of RGB (Red+Green+Blue) = 198+248+45=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F82D is #3907D2. Grayscale: #D2D2D2. Windows color (decimal): -3737555 or 3012806. OLE color: 3012806.

HSL color Cylindrical-coordinate representation of color #C6F82D: hue angle of 74.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6F82D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB19824845-
CMYK0.2000.820.03
HSL74.78º93.55%57.45%-
HSV(B)74.78º81.85%97.25%-
XYZ57.3379.3314.77-
YUV209.9134.94119.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 248 (97.27% from 255) = 50.51%
BLUE value IS 45 (17.97% from 255) = 9.16%
R=40.33%
G=50.51%
B=9.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal198248450.2000.820.0374.7893.5557.45
HexC6F82D1405234b5e39
Octal30637055240122311313671
Binary110001101111100010110110100010100101110010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F82D; }

 p { color: rgb(198,248,45); }

 H1.HeaderClassName
 {
   color: #C6F82D;
 }
 .AnyTagClassName
 {
   color: #C6F82D;
 }
</style>
background-color css

<style>
 a { background-color: #C6F82D; }

 a { background-color: rgb(198,248,45); }

 div.DivClassName
 {
   background-color: #C6F82D;
 }
 .BgClassName
 {
   background-color: #C6F82D;
 }
</style>
border-color css

<style>
 span { border-color: #C6F82D; }

 span { border-color: rgb(198,248,45); }

 td.TdClassName
 {
   border-color: #C6F82D;
 }
 .TagClassName
 {
   border-color: #C6F82D;
 }
</style>