Html Css Color HEX #CCE528 Pear

📋 copy color: '#CCE528'

red 204 ◦ green 229 ◦ blue 40

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

Shades of Pear #CCE528

Tints of Pear #CCE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.46%

R = 43.13%
G = 48.41%
B = 8.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#CCE528 (or 0xCCE528) is known color: Pear. HEX triplet: CC, E5 and 28. RGB value is (204,229,40). Sum of RGB (Red+Green+Blue) = 204+229+40=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE528 is #331AD7. Grayscale: #C8C8C8. Windows color (decimal): -3349208 or 2680268. OLE color: 2680268.

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

Color convert

RGB 204 229 40 -
CMYK 0.11 0 0.83 0.10
HSL 67.94º 0.78% 0.53% -
HSV(B) 67.94º 0.83% 0.9% -
XYZ 53.3 69.03 12.52 -
YUV 199.98 37.72 130.87 -
System Red Green Blue C M Y K H S L
Decimal 204 229 40 0.11 0 0.83 0.10 67.94 0.78 0.53
Hex CC E5 28 B 0 53 A 44 4E 35
Octal 314 345 50 13 0 123 12 104 116 65
Binary 11001100 11100101 101000 1011 0 1010011 1010 1000100 1001110 110101

Color Harmonies of #CCE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE528

Black with #CCE528

Text Example


Text Example

White with #CCE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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