Html Css Color HEX #CCE116 Pear

📋 copy color: '#CCE116'

red 204 ◦ green 225 ◦ blue 22

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

Shades of Pear #CCE116

Tints of Pear #CCE116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.88%

R = 45.23%
G = 49.89%
B = 4.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#CCE116 (or 0xCCE116) is known color: Pear. HEX triplet: CC, E1 and 16. RGB value is (204,225,22). Sum of RGB (Red+Green+Blue) = 204+225+22=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE116 is #331EE9. Grayscale: #C4C4C4. Windows color (decimal): -3350250 or 1499596. OLE color: 1499596.

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

Color convert

RGB 204 225 22 -
CMYK 0.09 0 0.90 0.12
HSL 66.21º 0.82% 0.48% -
HSV(B) 66.21º 0.9% 0.88% -
XYZ 51.97 66.75 10.9 -
YUV 195.58 30.04 134.01 -
System Red Green Blue C M Y K H S L
Decimal 204 225 22 0.09 0 0.90 0.12 66.21 0.82 0.48
Hex CC E1 16 9 0 5A C 42 52 30
Octal 314 341 26 11 0 132 14 102 122 60
Binary 11001100 11100001 10110 1001 0 1011010 1100 1000010 1010010 110000

Color Harmonies of #CCE116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE116

Black with #CCE116

Text Example


Text Example

White with #CCE116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE116; }

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

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

background-color css

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

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

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

border-color css

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

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

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