#DEF460

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

Shades of Honeysuckle #DEF460

Tints of Honeysuckle #DEF460

Color information

#DEF460 (or 0xDEF460) is unknown color: approx Honeysuckle. HEX triplet: DE, F4 and 60. RGB value is (222,244,96). Sum of RGB (Red+Green+Blue) = 222+244+96=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF460 is #210B9F. Grayscale: #DDDDDD. Windows color (decimal): -2165664 or 6354142. OLE color: 6354142.

HSL color Cylindrical-coordinate representation of color #DEF460: hue angle of 68.92º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEF460 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB22224496-
CMYK0.0900.610.04
HSL68.92º87.06%66.67%-
HSV(B)68.92º60.66%95.69%-
XYZ64.5981.0823.31-
YUV220.5557.71129.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 244 (95.70% from 255) = 43.42%
BLUE value IS 96 (37.89% from 255) = 17.08%
R=39.50%
G=43.42%
B=17.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal222244960.0900.610.0468.9287.0666.67
HexDEF460903D4455743
Octal336364140110754105127103
Binary1101111011110100110000010010111101100100010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF460; }

 p { color: rgb(222,244,96); }

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

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

 a { background-color: rgb(222,244,96); }

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

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

 span { border-color: rgb(222,244,96); }

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