Html Css Color HEX #CCE52B Pear

📋 copy color: '#CCE52B'

red 204 ◦ green 229 ◦ blue 43

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

Shades of Pear #CCE52B

Tints of Pear #CCE52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.03%

R = 42.86%
G = 48.11%
B = 9.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#CCE52B (or 0xCCE52B) is known color: Pear. HEX triplet: CC, E5 and 2B. RGB value is (204,229,43). Sum of RGB (Red+Green+Blue) = 204+229+43=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE52B is #331AD4. Grayscale: #C9C9C9. Windows color (decimal): -3349205 or 2876876. OLE color: 2876876.

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

Color convert

RGB 204 229 43 -
CMYK 0.11 0 0.81 0.10
HSL 68.06º 0.78% 0.53% -
HSV(B) 68.06º 0.81% 0.9% -
XYZ 53.36 69.05 12.8 -
YUV 200.32 39.22 130.62 -
System Red Green Blue C M Y K H S L
Decimal 204 229 43 0.11 0 0.81 0.10 68.06 0.78 0.53
Hex CC E5 2B B 0 51 A 44 4E 35
Octal 314 345 53 13 0 121 12 104 116 65
Binary 11001100 11100101 101011 1011 0 1010001 1010 1000100 1001110 110101

Color Harmonies of #CCE52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE52B

Black with #CCE52B

Text Example


Text Example

White with #CCE52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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