#CCFE29

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

Shades of Pear #CCFE29

Tints of Pear #CCFE29

Color information

#CCFE29 (or 0xCCFE29) is unknown color: approx Pear. HEX triplet: CC, FE and 29. RGB value is (204,254,41). Sum of RGB (Red+Green+Blue) = 204+254+41=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE29 is #3301D6. Grayscale: #D7D7D7. Windows color (decimal): -3342807 or 2752204. OLE color: 2752204.

HSL color Cylindrical-coordinate representation of color #CCFE29: hue angle of 74.08º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCFE29 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB20425441-
CMYK0.2000.840.00
HSL74.08º99.07%57.84%-
HSV(B)74.08º83.86%99.61%-
XYZ60.7483.8815.09-
YUV214.7729.94120.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.88%
GREEN value IS 254 (99.61% from 255) = 50.90%
BLUE value IS 41 (16.41% from 255) = 8.22%
R=40.88%
G=50.90%
B=8.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal204254410.2000.840.0074.0899.0757.84
HexCCFE291405404a633a
Octal31437651240124011214372
Binary11001100111111101010011010001010100010010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE29; }

 p { color: rgb(204,254,41); }

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

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

 a { background-color: rgb(204,254,41); }

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

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

 span { border-color: rgb(204,254,41); }

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