Html Css Color HEX #CCE221 Pear

📋 copy color: '#CCE221'

red 204 ◦ green 226 ◦ blue 33

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

Shades of Pear #CCE221

Tints of Pear #CCE221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.13%

R = 44.06%
G = 48.81%
B = 7.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#CCE221 (or 0xCCE221) is known color: Pear. HEX triplet: CC, E2 and 21. RGB value is (204,226,33). Sum of RGB (Red+Green+Blue) = 204+226+33=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE221 is #331DDE. Grayscale: #C6C6C6. Windows color (decimal): -3349983 or 2220748. OLE color: 2220748.

HSL color Cylindrical-coordinate representation of color #CCE221: hue angle of 66.84º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCE221 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 33 -
CMYK 0.10 0 0.85 0.11
HSL 66.84º 0.77% 0.51% -
HSV(B) 66.84º 0.85% 0.89% -
XYZ 52.37 67.34 11.68 -
YUV 197.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 204 226 33 0.10 0 0.85 0.11 66.84 0.77 0.51
Hex CC E2 21 A 0 55 B 43 4D 33
Octal 314 342 41 12 0 125 13 103 115 63
Binary 11001100 11100010 100001 1010 0 1010101 1011 1000011 1001101 110011

Color Harmonies of #CCE221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE221

Black with #CCE221

Text Example


Text Example

White with #CCE221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE221; }

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

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

background-color css

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

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

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

border-color css

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

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

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