#CEFC3F

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

Shades of Pear #CEFC3F

Tints of Pear #CEFC3F

Color information

#CEFC3F (or 0xCEFC3F) is unknown color: approx Pear. HEX triplet: CE, FC and 3F. RGB value is (206,252,63). Sum of RGB (Red+Green+Blue) = 206+252+63=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFC3F is #3103C0. Grayscale: #D9D9D9. Windows color (decimal): -3212225 or 4193486. OLE color: 4193486.

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

Color convert

RGB20625263-
CMYK0.1800.750.01
HSL74.6º96.92%61.76%-
HSV(B)74.6º75%98.82%-
XYZ61.1683.117.52-
YUV216.741.26120.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 252 (98.83% from 255) = 48.37%
BLUE value IS 63 (25% from 255) = 12.09%
R=39.54%
G=48.37%
B=12.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206252630.1800.750.0174.696.9261.76
HexCEFC3F1204B14b613e
Octal31637477220113111314176
Binary11001110111111001111111001001001011110010111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFC3F; }

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

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

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

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

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

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

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

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