#DCF15C

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

Shades of Honeysuckle #DCF15C

Tints of Honeysuckle #DCF15C

Color information

#DCF15C (or 0xDCF15C) is unknown color: approx Honeysuckle. HEX triplet: DC, F1 and 5C. RGB value is (220,241,92). Sum of RGB (Red+Green+Blue) = 220+241+92=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF15C is #230EA3. Grayscale: #DADADA. Windows color (decimal): -2297508 or 6091228. OLE color: 6091228.

HSL color Cylindrical-coordinate representation of color #DCF15C: hue angle of 68.46º degrees, saturation: 0.84, 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 #DCF15C is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB22024192-
CMYK0.0900.620.05
HSL68.46º84.18%65.29%-
HSV(B)68.46º61.83%94.51%-
XYZ62.978.922.04-
YUV217.7457.04129.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 92 (36.33% from 255) = 16.64%
R=39.78%
G=43.58%
B=16.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220241920.0900.620.0568.4684.1865.29
HexDCF15C903E5445441
Octal334361134110765104124101
Binary1101110011110001101110010010111110101100010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF15C; }

 p { color: rgb(220,241,92); }

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

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

 a { background-color: rgb(220,241,92); }

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

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

 span { border-color: rgb(220,241,92); }

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