#DEF75B

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

Shades of Honeysuckle #DEF75B

Tints of Honeysuckle #DEF75B

Color information

#DEF75B (or 0xDEF75B) is unknown color: approx Honeysuckle. HEX triplet: DE, F7 and 5B. RGB value is (222,247,91). Sum of RGB (Red+Green+Blue) = 222+247+91=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF75B is #2108A4. Grayscale: #DEDEDE. Windows color (decimal): -2164901 or 6027230. OLE color: 6027230.

HSL color Cylindrical-coordinate representation of color #DEF75B: hue angle of 69.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEF75B is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB22224791-
CMYK0.1000.630.03
HSL69.62º90.7%66.27%-
HSV(B)69.62º63.16%96.86%-
XYZ65.2782.8122.44-
YUV221.7454.22128.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 247 (96.88% from 255) = 44.11%
BLUE value IS 91 (35.94% from 255) = 16.25%
R=39.64%
G=44.11%
B=16.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal222247910.1000.630.0369.6290.766.27
HexDEF75BA03F3465b42
Octal336367133120773106133102
Binary110111101111011110110111010011111111100011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF75B; }

 p { color: rgb(222,247,91); }

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

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

 a { background-color: rgb(222,247,91); }

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

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

 span { border-color: rgb(222,247,91); }

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