Html Css Color HEX #CCE130 Pear

📋 copy color: '#CCE130'

red 204 ◦ green 225 ◦ blue 48

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

Shades of Pear #CCE130

Tints of Pear #CCE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.06%

R = 42.77%
G = 47.17%
B = 10.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#CCE130 (or 0xCCE130) is known color: Pear. HEX triplet: CC, E1 and 30. RGB value is (204,225,48). Sum of RGB (Red+Green+Blue) = 204+225+48=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE130 is #331ECF. Grayscale: #C7C7C7. Windows color (decimal): -3350224 or 3203532. OLE color: 3203532.

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

Color convert

RGB 204 225 48 -
CMYK 0.09 0 0.79 0.12
HSL 67.12º 0.75% 0.54% -
HSV(B) 67.12º 0.79% 0.88% -
XYZ 52.36 66.9 12.95 -
YUV 198.54 43.04 131.89 -
System Red Green Blue C M Y K H S L
Decimal 204 225 48 0.09 0 0.79 0.12 67.12 0.75 0.54
Hex CC E1 30 9 0 4F C 43 4B 36
Octal 314 341 60 11 0 117 14 103 113 66
Binary 11001100 11100001 110000 1001 0 1001111 1100 1000011 1001011 110110

Color Harmonies of #CCE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE130

Black with #CCE130

Text Example


Text Example

White with #CCE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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