Html Css Color HEX #CCE320 Pear

📋 copy color: '#CCE320'

red 204 ◦ green 227 ◦ blue 32

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

Shades of Pear #CCE320

Tints of Pear #CCE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.03%

 BLUE value IS 32 (12.89% from 255) = 6.91%

R = 44.06%
G = 49.03%
B = 6.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#CCE320 (or 0xCCE320) is known color: Pear. HEX triplet: CC, E3 and 20. RGB value is (204,227,32). Sum of RGB (Red+Green+Blue) = 204+227+32=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE320 is #331CDF. Grayscale: #C6C6C6. Windows color (decimal): -3349728 or 2155468. OLE color: 2155468.

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

Color convert

RGB 204 227 32 -
CMYK 0.10 0 0.86 0.11
HSL 67.08º 0.78% 0.51% -
HSV(B) 67.08º 0.86% 0.89% -
XYZ 52.63 67.88 11.69 -
YUV 197.89 34.38 132.36 -
System Red Green Blue C M Y K H S L
Decimal 204 227 32 0.10 0 0.86 0.11 67.08 0.78 0.51
Hex CC E3 20 A 0 56 B 43 4E 33
Octal 314 343 40 12 0 126 13 103 116 63
Binary 11001100 11100011 100000 1010 0 1010110 1011 1000011 1001110 110011

Color Harmonies of #CCE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE320

Black with #CCE320

Text Example


Text Example

White with #CCE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE320; }

 p { color: rgb(204,227,32); }

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

background-color css

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

 a { background-color: rgb(204,227,32); }

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

border-color css

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

 span { border-color: rgb(204,227,32); }

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