#CCE51F

Color #CCE51F Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CCE51F

Tints of Pear #CCE51F

Color information

#CCE51F (or 0xCCE51F) is unknown color: approx Pear. HEX triplet: CC, E5 and 1F. RGB value is (204,229,31). Sum of RGB (Red+Green+Blue) = 204+229+31=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE51F is #331AE0. Grayscale: #C7C7C7. Windows color (decimal): -3349217 or 2090444. OLE color: 2090444.

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

Color convert

RGB20422931-
CMYK0.1100.860.10
HSL67.58º79.2%50.98%-
HSV(B)67.58º86.46%89.8%-
XYZ53.1768.9711.81-
YUV198.9533.22131.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 229 (89.84% from 255) = 49.35%
BLUE value IS 31 (12.5% from 255) = 6.68%
R=43.97%
G=49.35%
B=6.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204229310.1100.860.1067.5879.250.98
HexCCE51FB056A444f33
Octal314345371301261210411763
Binary110011001110010111111101101010110101010001001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE51F; }

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

 H1.HeaderClassName
 {
   color: #CCE51F;
 }
 .AnyTagClassName
 {
   color: #CCE51F;
 }
</style>
background-color css

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

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

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

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

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

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