Html Css Color HEX #CCE216 Pear

📋 copy color: '#CCE216'

red 204 ◦ green 226 ◦ blue 22

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

Shades of Pear #CCE216

Tints of Pear #CCE216

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50%

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

R = 45.13%
G = 50%
B = 4.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#CCE216 (or 0xCCE216) is known color: Pear. HEX triplet: CC, E2 and 16. RGB value is (204,226,22). Sum of RGB (Red+Green+Blue) = 204+226+22=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE216 is #331DE9. Grayscale: #C4C4C4. Windows color (decimal): -3349994 or 1499852. OLE color: 1499852.

HSL color Cylindrical-coordinate representation of color #CCE216: hue angle of 66.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCE216 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 22 -
CMYK 0.10 0 0.90 0.11
HSL 66.47º 0.82% 0.49% -
HSV(B) 66.47º 0.9% 0.89% -
XYZ 52.24 67.29 10.99 -
YUV 196.17 29.71 133.59 -
System Red Green Blue C M Y K H S L
Decimal 204 226 22 0.10 0 0.90 0.11 66.47 0.82 0.49
Hex CC E2 16 A 0 5A B 42 52 31
Octal 314 342 26 12 0 132 13 102 122 61
Binary 11001100 11100010 10110 1010 0 1011010 1011 1000010 1010010 110001

Color Harmonies of #CCE216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE216

Black with #CCE216

Text Example


Text Example

White with #CCE216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE216; }

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

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

background-color css

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

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

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

border-color css

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

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

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