#CCEE1E

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

Shades of Pear #CCEE1E

Tints of Pear #CCEE1E

Color information

#CCEE1E (or 0xCCEE1E) is unknown color: approx Pear. HEX triplet: CC, EE and 1E. RGB value is (204,238,30). Sum of RGB (Red+Green+Blue) = 204+238+30=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 30 (12.11% from 255 or 6.36% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE1E is #3311E1. Grayscale: #CCCCCC. Windows color (decimal): -3346914 or 2027212. OLE color: 2027212.

HSL color Cylindrical-coordinate representation of color #CCEE1E: hue angle of 69.81º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCEE1E is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB20423830-
CMYK0.1400.870.07
HSL69.81º85.95%52.55%-
HSV(B)69.81º87.39%93.33%-
XYZ55.7174.0812.59-
YUV204.1229.74127.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 238 (93.36% from 255) = 50.42%
BLUE value IS 30 (12.11% from 255) = 6.36%
R=43.22%
G=50.42%
B=6.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204238300.1400.870.0769.8185.9552.55
HexCCEE1EE0577465635
Octal31435636160127710612665
Binary11001100111011101111011100101011111110001101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEE1E; }

 p { color: rgb(204,238,30); }

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

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

 a { background-color: rgb(204,238,30); }

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

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

 span { border-color: rgb(204,238,30); }

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