Html Css Color HEX #CCE02D Pear

📋 copy color: '#CCE02D'

red 204 ◦ green 224 ◦ blue 45

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

Shades of Pear #CCE02D

Tints of Pear #CCE02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.51%

R = 43.13%
G = 47.36%
B = 9.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#CCE02D (or 0xCCE02D) is known color: Pear. HEX triplet: CC, E0 and 2D. RGB value is (204,224,45). Sum of RGB (Red+Green+Blue) = 204+224+45=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE02D is #331FD2. Grayscale: #C6C6C6. Windows color (decimal): -3350483 or 3006668. OLE color: 3006668.

HSL color Cylindrical-coordinate representation of color #CCE02D: hue angle of 66.7º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCE02D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 45 -
CMYK 0.09 0 0.80 0.12
HSL 66.7º 0.74% 0.53% -
HSV(B) 66.7º 0.8% 0.88% -
XYZ 52.03 66.34 12.54 -
YUV 197.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 204 224 45 0.09 0 0.80 0.12 66.7 0.74 0.53
Hex CC E0 2D 9 0 50 C 43 4A 35
Octal 314 340 55 11 0 120 14 103 112 65
Binary 11001100 11100000 101101 1001 0 1010000 1100 1000011 1001010 110101

Color Harmonies of #CCE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE02D

Black with #CCE02D

Text Example


Text Example

White with #CCE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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