#DCF85C

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

Shades of Honeysuckle #DCF85C

Tints of Honeysuckle #DCF85C

Color information

#DCF85C (or 0xDCF85C) is unknown color: approx Honeysuckle. HEX triplet: DC, F8 and 5C. RGB value is (220,248,92). Sum of RGB (Red+Green+Blue) = 220+248+92=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF85C is #2307A3. Grayscale: #DEDEDE. Windows color (decimal): -2295716 or 6093020. OLE color: 6093020.

HSL color Cylindrical-coordinate representation of color #DCF85C: hue angle of 70.77º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCF85C is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB22024892-
CMYK0.1100.630.03
HSL70.77º91.76%66.67%-
HSV(B)70.77º62.9%97.25%-
XYZ65.0183.1222.74-
YUV221.8454.72126.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 248 (97.27% from 255) = 44.29%
BLUE value IS 92 (36.33% from 255) = 16.43%
R=39.29%
G=44.29%
B=16.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal220248920.1100.630.0370.7791.7666.67
HexDCF85CB03F3475c43
Octal334370134130773107134103
Binary110111001111100010111001011011111111100011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF85C; }

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

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

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

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

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

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

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

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