#DEF35F

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

Shades of Honeysuckle #DEF35F

Tints of Honeysuckle #DEF35F

Color information

#DEF35F (or 0xDEF35F) is unknown color: approx Honeysuckle. HEX triplet: DE, F3 and 5F. RGB value is (222,243,95). Sum of RGB (Red+Green+Blue) = 222+243+95=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF35F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF35F is #210CA0. Grayscale: #DCDCDC. Windows color (decimal): -2165921 or 6288350. OLE color: 6288350.

HSL color Cylindrical-coordinate representation of color #DEF35F: hue angle of 68.51º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEF35F is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB22224395-
CMYK0.0900.610.05
HSL68.51º86.05%66.27%-
HSV(B)68.51º60.91%95.29%-
XYZ64.2480.4622.97-
YUV219.8557.54129.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 243 (95.31% from 255) = 43.39%
BLUE value IS 95 (37.5% from 255) = 16.96%
R=39.64%
G=43.39%
B=16.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222243950.0900.610.0568.5186.0566.27
HexDEF35F903D5455642
Octal336363137110755105126102
Binary1101111011110011101111110010111101101100010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF35F; }

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

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

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

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

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

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

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

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