Html Css Color HEX #CCE114 Pear

📋 copy color: '#CCE114'

red 204 ◦ green 225 ◦ blue 20

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

Shades of Pear #CCE114

Tints of Pear #CCE114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.11%

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 45.43%
G = 50.11%
B = 4.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#CCE114 (or 0xCCE114) is known color: Pear. HEX triplet: CC, E1 and 14. RGB value is (204,225,20). Sum of RGB (Red+Green+Blue) = 204+225+20=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE114 is #331EEB. Grayscale: #C4C4C4. Windows color (decimal): -3350252 or 1368524. OLE color: 1368524.

HSL color Cylindrical-coordinate representation of color #CCE114: hue angle of 66.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCE114 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 20 -
CMYK 0.09 0 0.91 0.12
HSL 66.15º 0.84% 0.48% -
HSV(B) 66.15º 0.91% 0.88% -
XYZ 51.95 66.74 10.81 -
YUV 195.35 29.04 134.17 -
System Red Green Blue C M Y K H S L
Decimal 204 225 20 0.09 0 0.91 0.12 66.15 0.84 0.48
Hex CC E1 14 9 0 5B C 42 54 30
Octal 314 341 24 11 0 133 14 102 124 60
Binary 11001100 11100001 10100 1001 0 1011011 1100 1000010 1010100 110000

Color Harmonies of #CCE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE114

Black with #CCE114

Text Example


Text Example

White with #CCE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE114; }

 p { color: rgb(204,225,20); }

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

background-color css

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

 a { background-color: rgb(204,225,20); }

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

border-color css

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

 span { border-color: rgb(204,225,20); }

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