Html Css Color HEX #CCEE1C Pear

📋 copy color: '#CCEE1C'

red 204 ◦ green 238 ◦ blue 28

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

Shades of Pear #CCEE1C

Tints of Pear #CCEE1C

RGB

 RED value IS 204 (80.08% from 255) = 43.4%

 GREEN value IS 238 (93.36% from 255) = 50.64%

 BLUE value IS 28 (11.33% from 255) = 5.96%

R = 43.4%
G = 50.64%
B = 5.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#CCEE1C (or 0xCCEE1C) is known color: Pear. HEX triplet: CC, EE and 1C. RGB value is (204,238,28). Sum of RGB (Red+Green+Blue) = 204+238+28=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE1C is #3311E3. Grayscale: #CCCCCC. Windows color (decimal): -3346916 or 1896140. OLE color: 1896140.

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

Color convert

RGB 204 238 28 -
CMYK 0.14 0 0.88 0.07
HSL 69.71º 0.86% 0.52% -
HSV(B) 69.71º 0.88% 0.93% -
XYZ 55.69 74.07 12.46 -
YUV 203.89 28.74 128.08 -
System Red Green Blue C M Y K H S L
Decimal 204 238 28 0.14 0 0.88 0.07 69.71 0.86 0.52
Hex CC EE 1C E 0 58 7 46 56 34
Octal 314 356 34 16 0 130 7 106 126 64
Binary 11001100 11101110 11100 1110 0 1011000 111 1000110 1010110 110100

Color Harmonies of #CCEE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE1C

Black with #CCEE1C

Text Example


Text Example

White with #CCEE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE1C; }

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

 H1.HeaderClassName
 {
   color: #CCEE1C;
 }
 .AnyTagClassName
 {
   color: #CCEE1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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