#def05c

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

Shades of Honeysuckle #DEF05C

Tints of Honeysuckle #DEF05C

Color information

#DEF05C (or 0xDEF05C) is unknown color: approx Honeysuckle. HEX triplet: DE, F0 and 5C. RGB value is (222,240,92). Sum of RGB (Red+Green+Blue) = 222+240+92=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF05C is #210FA3. Grayscale: #DADADA. Windows color (decimal): -2166692 or 6090974. OLE color: 6090974.

HSL color Cylindrical-coordinate representation of color #DEF05C: hue angle of 67.3º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEF05C is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB22224092-
CMYK0.0800.620.06
HSL67.3º83.15%65.1%-
HSV(B)67.3º61.67%94.12%-
XYZ63.2278.6221.97-
YUV217.7557.04131.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 240 (94.14% from 255) = 43.32%
BLUE value IS 92 (36.33% from 255) = 16.61%
R=40.07%
G=43.32%
B=16.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222240920.0800.620.0667.383.1565.1
HexDEF05C803E6435341
Octal336360134100766103123101
Binary1101111011110000101110010000111110110100001110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #def05c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #def05c; }

 p { color: rgb(222,240,92); }

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

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

 a { background-color: rgb(222,240,92); }

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

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

 span { border-color: rgb(222,240,92); }

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