#CCEF45

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

Shades of Pear #CCEF45

Tints of Pear #CCEF45

Color information

#CCEF45 (or 0xCCEF45) is unknown color: approx Pear. HEX triplet: CC, EF and 45. RGB value is (204,239,69). Sum of RGB (Red+Green+Blue) = 204+239+69=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF45 is #3310BA. Grayscale: #D1D1D1. Windows color (decimal): -3346619 or 4583372. OLE color: 4583372.

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

Color convert

RGB20423969-
CMYK0.1500.710.06
HSL72.35º84.16%60.39%-
HSV(B)72.35º71.13%93.73%-
XYZ56.847517.11-
YUV209.1648.9124.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 239 (93.75% from 255) = 46.68%
BLUE value IS 69 (27.34% from 255) = 13.48%
R=39.84%
G=46.68%
B=13.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal204239690.1500.710.0672.3584.1660.39
HexCCEF45F047648543c
Octal314357105170107611012474
Binary1100110011101111100010111110100011111010010001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEF45; }

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

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

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

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

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

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

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

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