#ccf12e

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

Shades of Pear #CCF12E

Tints of Pear #CCF12E

Color information

#CCF12E (or 0xCCF12E) is unknown color: approx Pear. HEX triplet: CC, F1 and 2E. RGB value is (204,241,46). Sum of RGB (Red+Green+Blue) = 204+241+46=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF12E is #330ED1. Grayscale: #D0D0D0. Windows color (decimal): -3346130 or 3076556. OLE color: 3076556.

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

Color convert

RGB20424146-
CMYK0.1500.810.05
HSL71.38º87.44%56.27%-
HSV(B)71.38º80.91%94.51%-
XYZ56.8575.9514.25-
YUV207.7136.74125.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 241 (94.53% from 255) = 49.08%
BLUE value IS 46 (18.36% from 255) = 9.37%
R=41.55%
G=49.08%
B=9.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204241460.1500.810.0571.3887.4456.27
HexCCF12EF0515475738
Octal31436156170121510712770
Binary110011001111000110111011110101000110110001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf12e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf12e; }

 p { color: rgb(204,241,46); }

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

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

 a { background-color: rgb(204,241,46); }

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

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

 span { border-color: rgb(204,241,46); }

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