#CEFC48

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

Shades of Pear #CEFC48

Tints of Pear #CEFC48

Color information

#CEFC48 (or 0xCEFC48) is unknown color: approx Pear. HEX triplet: CE, FC and 48. RGB value is (206,252,72). Sum of RGB (Red+Green+Blue) = 206+252+72=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFC48 is #3103B7. Grayscale: #DADADA. Windows color (decimal): -3212216 or 4783310. OLE color: 4783310.

HSL color Cylindrical-coordinate representation of color #CEFC48: hue angle of 75.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEFC48 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB20625272-
CMYK0.1800.710.01
HSL75.33º96.77%63.53%-
HSV(B)75.33º71.43%98.82%-
XYZ61.4383.2118.95-
YUV217.7345.76119.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 72 (28.52% from 255) = 13.58%
R=38.87%
G=47.55%
B=13.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206252720.1800.710.0175.3396.7763.53
HexCEFC481204714b6140
Octal3163741102201071113141100
Binary1100111011111100100100010010010001111100101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFC48; }

 p { color: rgb(206,252,72); }

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

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

 a { background-color: rgb(206,252,72); }

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

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

 span { border-color: rgb(206,252,72); }

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