Html Css Color HEX #CCE131 Pear

📋 copy color: '#CCE131'

red 204 ◦ green 225 ◦ blue 49

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

Shades of Pear #CCE131

Tints of Pear #CCE131

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.07%

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

R = 42.68%
G = 47.07%
B = 10.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#CCE131 (or 0xCCE131) is known color: Pear. HEX triplet: CC, E1 and 31. RGB value is (204,225,49). Sum of RGB (Red+Green+Blue) = 204+225+49=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE131 is #331ECE. Grayscale: #C7C7C7. Windows color (decimal): -3350223 or 3269068. OLE color: 3269068.

HSL color Cylindrical-coordinate representation of color #CCE131: hue angle of 67.16º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCE131 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 49 -
CMYK 0.09 0 0.78 0.12
HSL 67.16º 0.75% 0.54% -
HSV(B) 67.16º 0.78% 0.88% -
XYZ 52.38 66.91 13.06 -
YUV 198.66 43.54 131.81 -
System Red Green Blue C M Y K H S L
Decimal 204 225 49 0.09 0 0.78 0.12 67.16 0.75 0.54
Hex CC E1 31 9 0 4E C 43 4B 36
Octal 314 341 61 11 0 116 14 103 113 66
Binary 11001100 11100001 110001 1001 0 1001110 1100 1000011 1001011 110110

Color Harmonies of #CCE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE131

Black with #CCE131

Text Example


Text Example

White with #CCE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE131; }

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

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

background-color css

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

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

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

border-color css

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

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

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