Html Css Color HEX #CCE52A Pear

📋 copy color: '#CCE52A'

red 204 ◦ green 229 ◦ blue 42

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

Shades of Pear #CCE52A

Tints of Pear #CCE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.84%

R = 42.95%
G = 48.21%
B = 8.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#CCE52A (or 0xCCE52A) is known color: Pear. HEX triplet: CC, E5 and 2A. RGB value is (204,229,42). Sum of RGB (Red+Green+Blue) = 204+229+42=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE52A is #331AD5. Grayscale: #C8C8C8. Windows color (decimal): -3349206 or 2811340. OLE color: 2811340.

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

Color convert

RGB 204 229 42 -
CMYK 0.11 0 0.82 0.10
HSL 68.02º 0.78% 0.53% -
HSV(B) 68.02º 0.82% 0.9% -
XYZ 53.34 69.04 12.71 -
YUV 200.21 38.72 130.71 -
System Red Green Blue C M Y K H S L
Decimal 204 229 42 0.11 0 0.82 0.10 68.02 0.78 0.53
Hex CC E5 2A B 0 52 A 44 4E 35
Octal 314 345 52 13 0 122 12 104 116 65
Binary 11001100 11100101 101010 1011 0 1010010 1010 1000100 1001110 110101

Color Harmonies of #CCE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE52A

Black with #CCE52A

Text Example


Text Example

White with #CCE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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