Html Css Color HEX #CCEE1E Pear

📋 copy color: '#CCEE1E'

red 204 ◦ green 238 ◦ blue 30

#CCEE1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CCEE1E

Tints of Pear #CCEE1E

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 value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#CCEE1E (or 0xCCEE1E) is known color: 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

RGB 204 238 30 -
CMYK 0.14 0 0.87 0.07
HSL 69.81º 0.86% 0.53% -
HSV(B) 69.81º 0.87% 0.93% -
XYZ 55.71 74.08 12.59 -
YUV 204.12 29.74 127.91 -
System Red Green Blue C M Y K H S L
Decimal 204 238 30 0.14 0 0.87 0.07 69.81 0.86 0.53
Hex CC EE 1E E 0 57 7 46 56 35
Octal 314 356 36 16 0 127 7 106 126 65
Binary 11001100 11101110 11110 1110 0 1010111 111 1000110 1010110 110101

Color Harmonies of #CCEE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE1E

Black with #CCEE1E

Text Example


Text Example

White with #CCEE1E

Text Example


Text Example

HTML Codes & Css Web 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>