Html Css Color HEX #CCE52F Pear

📋 copy color: '#CCE52F'

red 204 ◦ green 229 ◦ blue 47

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

Shades of Pear #CCE52F

Tints of Pear #CCE52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.79%

R = 42.5%
G = 47.71%
B = 9.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#CCE52F (or 0xCCE52F) is known color: Pear. HEX triplet: CC, E5 and 2F. RGB value is (204,229,47). Sum of RGB (Red+Green+Blue) = 204+229+47=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE52F is #331AD0. Grayscale: #C9C9C9. Windows color (decimal): -3349201 or 3139020. OLE color: 3139020.

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

Color convert

RGB 204 229 47 -
CMYK 0.11 0 0.79 0.10
HSL 68.24º 0.78% 0.54% -
HSV(B) 68.24º 0.79% 0.9% -
XYZ 53.43 69.08 13.21 -
YUV 200.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 204 229 47 0.11 0 0.79 0.10 68.24 0.78 0.54
Hex CC E5 2F B 0 4F A 44 4E 36
Octal 314 345 57 13 0 117 12 104 116 66
Binary 11001100 11100101 101111 1011 0 1001111 1010 1000100 1001110 110110

Color Harmonies of #CCE52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE52F

Black with #CCE52F

Text Example


Text Example

White with #CCE52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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