Html Css Color HEX #CCE52D Pear

📋 copy color: '#CCE52D'

red 204 ◦ green 229 ◦ blue 45

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

Shades of Pear #CCE52D

Tints of Pear #CCE52D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.91%

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

R = 42.68%
G = 47.91%
B = 9.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#CCE52D (or 0xCCE52D) is known color: Pear. HEX triplet: CC, E5 and 2D. RGB value is (204,229,45). Sum of RGB (Red+Green+Blue) = 204+229+45=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE52D is #331AD2. Grayscale: #C9C9C9. Windows color (decimal): -3349203 or 3007948. OLE color: 3007948.

HSL color Cylindrical-coordinate representation of color #CCE52D: hue angle of 68.15º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCE52D is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 45 -
CMYK 0.11 0 0.80 0.10
HSL 68.15º 0.78% 0.54% -
HSV(B) 68.15º 0.8% 0.9% -
XYZ 53.39 69.07 13 -
YUV 200.55 40.22 130.46 -
System Red Green Blue C M Y K H S L
Decimal 204 229 45 0.11 0 0.80 0.10 68.15 0.78 0.54
Hex CC E5 2D B 0 50 A 44 4E 36
Octal 314 345 55 13 0 120 12 104 116 66
Binary 11001100 11100101 101101 1011 0 1010000 1010 1000100 1001110 110110

Color Harmonies of #CCE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE52D

Black with #CCE52D

Text Example


Text Example

White with #CCE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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