#DEF25C

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

Shades of Honeysuckle #DEF25C

Tints of Honeysuckle #DEF25C

Color information

#DEF25C (or 0xDEF25C) is unknown color: approx Honeysuckle. HEX triplet: DE, F2 and 5C. RGB value is (222,242,92). Sum of RGB (Red+Green+Blue) = 222+242+92=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF25C is #210DA3. Grayscale: #DBDBDB. Windows color (decimal): -2166180 or 6091486. OLE color: 6091486.

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

Color convert

RGB22224292-
CMYK0.0800.620.05
HSL68º85.23%65.49%-
HSV(B)68º61.98%94.9%-
XYZ63.8179.8122.17-
YUV218.9256.37130.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 242 (94.92% from 255) = 43.53%
BLUE value IS 92 (36.33% from 255) = 16.55%
R=39.93%
G=43.53%
B=16.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222242920.0800.620.056885.2365.49
HexDEF25C803E5445541
Octal336362134100765104125101
Binary1101111011110010101110010000111110101100010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF25C; }

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

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

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

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

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

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

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

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