Html Css Color HEX #CCE531 Pear

📋 copy color: '#CCE531'

red 204 ◦ green 229 ◦ blue 49

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

Shades of Pear #CCE531

Tints of Pear #CCE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.17%

R = 42.32%
G = 47.51%
B = 10.17%

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

#CCE531 (or 0xCCE531) is known color: Pear. HEX triplet: CC, E5 and 31. RGB value is (204,229,49). Sum of RGB (Red+Green+Blue) = 204+229+49=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE531 is #331ACE. Grayscale: #C9C9C9. Windows color (decimal): -3349199 or 3270092. OLE color: 3270092.

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

Color convert

RGB 204 229 49 -
CMYK 0.11 0 0.79 0.10
HSL 68.33º 0.78% 0.55% -
HSV(B) 68.33º 0.79% 0.9% -
XYZ 53.48 69.1 13.42 -
YUV 201.01 42.22 130.14 -
System Red Green Blue C M Y K H S L
Decimal 204 229 49 0.11 0 0.79 0.10 68.33 0.78 0.55
Hex CC E5 31 B 0 4F A 44 4E 37
Octal 314 345 61 13 0 117 12 104 116 67
Binary 11001100 11100101 110001 1011 0 1001111 1010 1000100 1001110 110111

Color Harmonies of #CCE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE531

Black with #CCE531

Text Example


Text Example

White with #CCE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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