#CCFE2D

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

Shades of Pear #CCFE2D

Tints of Pear #CCFE2D

Color information

#CCFE2D (or 0xCCFE2D) is unknown color: approx Pear. HEX triplet: CC, FE and 2D. RGB value is (204,254,45). Sum of RGB (Red+Green+Blue) = 204+254+45=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE2D is #3301D2. Grayscale: #D8D8D8. Windows color (decimal): -3342803 or 3014348. OLE color: 3014348.

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

Color convert

RGB20425445-
CMYK0.2000.820.00
HSL74.35º99.05%58.63%-
HSV(B)74.35º82.28%99.61%-
XYZ60.8283.9115.47-
YUV215.2231.94119.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 254 (99.61% from 255) = 50.50%
BLUE value IS 45 (17.97% from 255) = 8.95%
R=40.56%
G=50.50%
B=8.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal204254450.2000.820.0074.3599.0558.63
HexCCFE2D1405204a633b
Octal31437655240122011214373
Binary11001100111111101011011010001010010010010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE2D; }

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

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

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

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

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

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

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

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