#CEFD3F

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

Shades of Pear #CEFD3F

Tints of Pear #CEFD3F

Color information

#CEFD3F (or 0xCEFD3F) is unknown color: approx Pear. HEX triplet: CE, FD and 3F. RGB value is (206,253,63). Sum of RGB (Red+Green+Blue) = 206+253+63=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD3F is #3102C0. Grayscale: #DADADA. Windows color (decimal): -3211969 or 4193742. OLE color: 4193742.

HSL color Cylindrical-coordinate representation of color #CEFD3F: hue angle of 74.84º degrees, saturation: 0.98, 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 #CEFD3F is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB20625363-
CMYK0.1900.750.01
HSL74.84º97.94%61.96%-
HSV(B)74.84º75.1%99.22%-
XYZ61.4883.7317.62-
YUV217.2940.93119.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 253 (99.22% from 255) = 48.47%
BLUE value IS 63 (25% from 255) = 12.07%
R=39.46%
G=48.47%
B=12.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206253630.1900.750.0174.8497.9461.96
HexCEFD3F1304B14b623e
Octal31637577230113111314276
Binary11001110111111011111111001101001011110010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD3F; }

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

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

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

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

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

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

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

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