Html Css Color HEX #CCE013 Pear

📋 copy color: '#CCE013'

red 204 ◦ green 224 ◦ blue 19

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

Shades of Pear #CCE013

Tints of Pear #CCE013

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 19 (7.81% from 255) = 4.25%

R = 45.64%
G = 50.11%
B = 4.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CCE013 (or 0xCCE013) is known color: Pear. HEX triplet: CC, E0 and 13. RGB value is (204,224,19). Sum of RGB (Red+Green+Blue) = 204+224+19=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE013 is #331FEC. Grayscale: #C3C3C3. Windows color (decimal): -3350509 or 1302732. OLE color: 1302732.

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

Color convert

RGB 204 224 19 -
CMYK 0.09 0 0.92 0.12
HSL 65.85º 0.84% 0.48% -
HSV(B) 65.85º 0.92% 0.88% -
XYZ 51.68 66.2 10.67 -
YUV 194.65 28.87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 204 224 19 0.09 0 0.92 0.12 65.85 0.84 0.48
Hex CC E0 13 9 0 5C C 42 54 30
Octal 314 340 23 11 0 134 14 102 124 60
Binary 11001100 11100000 10011 1001 0 1011100 1100 1000010 1010100 110000

Color Harmonies of #CCE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE013

Black with #CCE013

Text Example


Text Example

White with #CCE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE013; }

 p { color: rgb(204,224,19); }

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

background-color css

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

 a { background-color: rgb(204,224,19); }

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

border-color css

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

 span { border-color: rgb(204,224,19); }

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