#CEFE3C

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

Shades of Pear #CEFE3C

Tints of Pear #CEFE3C

Color information

#CEFE3C (or 0xCEFE3C) is unknown color: approx Pear. HEX triplet: CE, FE and 3C. RGB value is (206,254,60). Sum of RGB (Red+Green+Blue) = 206+254+60=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE3C is #3101C3. Grayscale: #DADADA. Windows color (decimal): -3211716 or 3997390. OLE color: 3997390.

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

Color convert

RGB20625460-
CMYK0.1900.760.00
HSL74.85º98.98%61.57%-
HSV(B)74.85º76.38%99.61%-
XYZ61.7184.3317.3-
YUV217.5339.1119.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 254 (99.61% from 255) = 48.85%
BLUE value IS 60 (23.83% from 255) = 11.54%
R=39.62%
G=48.85%
B=11.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal206254600.1900.760.0074.8598.9861.57
HexCEFE3C1304C04b633e
Octal31637674230114011314376
Binary11001110111111101111001001101001100010010111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE3C; }

 p { color: rgb(206,254,60); }

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

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

 a { background-color: rgb(206,254,60); }

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

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

 span { border-color: rgb(206,254,60); }

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