#C6EE28

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

Shades of Pear #C6EE28

Tints of Pear #C6EE28

Color information

#C6EE28 (or 0xC6EE28) is unknown color: approx Pear. HEX triplet: C6, EE and 28. RGB value is (198,238,40). Sum of RGB (Red+Green+Blue) = 198+238+40=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #C6EE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EE28 is #3911D7. Grayscale: #CCCCCC. Windows color (decimal): -3740120 or 2682566. OLE color: 2682566.

HSL color Cylindrical-coordinate representation of color #C6EE28: hue angle of 72.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6EE28 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB19823840-
CMYK0.1700.830.07
HSL72.12º85.34%54.51%-
HSV(B)72.12º83.19%93.33%-
XYZ54.2573.3113.3-
YUV203.4735.75124.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 238 (93.36% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 8.40%
R=41.60%
G=50%
B=8.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198238400.1700.830.0772.1285.3454.51
HexC6EE28110537485537
Octal30635650210123711012567
Binary1100011011101110101000100010101001111110010001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EE28; }

 p { color: rgb(198,238,40); }

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

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

 a { background-color: rgb(198,238,40); }

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

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

 span { border-color: rgb(198,238,40); }

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