#DEF74B

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

Shades of Honeysuckle #DEF74B

Tints of Honeysuckle #DEF74B

Color information

#DEF74B (or 0xDEF74B) is unknown color: approx Honeysuckle. HEX triplet: DE, F7 and 4B. RGB value is (222,247,75). Sum of RGB (Red+Green+Blue) = 222+247+75=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 75 (29.69% from 255 or 13.79% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF74B is #2108B4. Grayscale: #DCDCDC. Windows color (decimal): -2164917 or 4978654. OLE color: 4978654.

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

Color convert

RGB22224775-
CMYK0.1000.700.03
HSL68.72º91.49%63.14%-
HSV(B)68.72º69.64%96.86%-
XYZ64.6582.5619.18-
YUV219.9246.22129.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 247 (96.88% from 255) = 45.40%
BLUE value IS 75 (29.69% from 255) = 13.79%
R=40.81%
G=45.40%
B=13.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal222247750.1000.700.0368.7291.4963.14
HexDEF74BA0463455b3f
Octal336367113120106310513377
Binary110111101111011110010111010010001101110001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF74B; }

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

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

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

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

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

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

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

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