#ccef2d

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

Shades of Pear #CCEF2D

Tints of Pear #CCEF2D

Color information

#CCEF2D (or 0xCCEF2D) is unknown color: approx Pear. HEX triplet: CC, EF and 2D. RGB value is (204,239,45). Sum of RGB (Red+Green+Blue) = 204+239+45=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF2D is #3310D2. Grayscale: #CFCFCF. Windows color (decimal): -3346643 or 3010508. OLE color: 3010508.

HSL color Cylindrical-coordinate representation of color #CCEF2D: hue angle of 70.82º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCEF2D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB20423945-
CMYK0.1500.810.06
HSL70.82º85.84%55.69%-
HSV(B)70.82º81.17%93.73%-
XYZ56.2474.7613.95-
YUV206.4236.9126.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 239 (93.75% from 255) = 48.98%
BLUE value IS 45 (17.97% from 255) = 9.22%
R=41.80%
G=48.98%
B=9.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal204239450.1500.810.0670.8285.8455.69
HexCCEF2DF0516475638
Octal31435755170121610712670
Binary110011001110111110110111110101000111010001111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccef2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccef2d; }

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

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

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

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

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

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

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

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