#DEFB5F

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

Shades of Honeysuckle #DEFB5F

Tints of Honeysuckle #DEFB5F

Color information

#DEFB5F (or 0xDEFB5F) is unknown color: approx Honeysuckle. HEX triplet: DE, FB and 5F. RGB value is (222,251,95). Sum of RGB (Red+Green+Blue) = 222+251+95=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFB5F is #2104A0. Grayscale: #E1E1E1. Windows color (decimal): -2163873 or 6290398. OLE color: 6290398.

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

Color convert

RGB22225195-
CMYK0.1200.620.02
HSL71.15º95.12%67.84%-
HSV(B)71.15º62.15%98.43%-
XYZ66.6985.3523.79-
YUV224.5454.89126.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 95 (37.5% from 255) = 16.73%
R=39.08%
G=44.19%
B=16.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222251950.1200.620.0271.1595.1267.84
HexDEFB5FC03E2475f44
Octal336373137140762107137104
Binary110111101111101110111111100011111010100011110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB5F; }

 p { color: rgb(222,251,95); }

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

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

 a { background-color: rgb(222,251,95); }

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

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

 span { border-color: rgb(222,251,95); }

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