#CEFA3F

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

Shades of Pear #CEFA3F

Tints of Pear #CEFA3F

Color information

#CEFA3F (or 0xCEFA3F) is unknown color: approx Pear. HEX triplet: CE, FA and 3F. RGB value is (206,250,63). Sum of RGB (Red+Green+Blue) = 206+250+63=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA3F is #3105C0. Grayscale: #D8D8D8. Windows color (decimal): -3212737 or 4192974. OLE color: 4192974.

HSL color Cylindrical-coordinate representation of color #CEFA3F: hue angle of 74.12º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEFA3F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB20625063-
CMYK0.1800.750.02
HSL74.12º94.92%61.37%-
HSV(B)74.12º74.8%98.04%-
XYZ60.5481.8517.31-
YUV215.5341.92121.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 63 (25% from 255) = 12.14%
R=39.69%
G=48.17%
B=12.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206250630.1800.750.0274.1294.9261.37
HexCEFA3F1204B24a5f3d
Octal31637277220113211213775
Binary110011101111101011111110010010010111010010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA3F; }

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

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

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

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

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

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

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

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