#C6EE35

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

Shades of Pear #C6EE35

Tints of Pear #C6EE35

Color information

#C6EE35 (or 0xC6EE35) is unknown color: approx Pear. HEX triplet: C6, EE and 35. RGB value is (198,238,53). Sum of RGB (Red+Green+Blue) = 198+238+53=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #C6EE35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EE35 is #3911CA. Grayscale: #CDCDCD. Windows color (decimal): -3740107 or 3534534. OLE color: 3534534.

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

Color convert

RGB19823853-
CMYK0.1700.780.07
HSL72.97º84.47%57.06%-
HSV(B)72.97º77.73%93.33%-
XYZ54.5173.4114.67-
YUV204.9542.25123.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 238 (93.36% from 255) = 48.67%
BLUE value IS 53 (21.09% from 255) = 10.84%
R=40.49%
G=48.67%
B=10.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198238530.1700.780.0772.9784.4757.06
HexC6EE351104E7495439
Octal30635665210116711112471
Binary1100011011101110110101100010100111011110010011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EE35; }

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

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

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

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

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

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

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

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