#DCFA86

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

Shades of Sulu #DCFA86

Tints of Sulu #DCFA86

Color information

#DCFA86 (or 0xDCFA86) is unknown color: approx Sulu. HEX triplet: DC, FA and 86. RGB value is (220,250,134). Sum of RGB (Red+Green+Blue) = 220+250+134=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA86 is #230579. Grayscale: #E4E4E4. Windows color (decimal): -2295162 or 8846044. OLE color: 8846044.

HSL color Cylindrical-coordinate representation of color #DCFA86: hue angle of 75.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCFA86 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB220250134-
CMYK0.1200.460.02
HSL75.52º92.06%75.29%-
HSV(B)75.52º46.4%98.04%-
XYZ6885.3135.44-
YUV227.8175.06122.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 134 (52.73% from 255) = 22.19%
R=36.42%
G=41.39%
B=22.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501340.1200.460.0275.5292.0675.29
HexDCFA86C02E24c5c4b
Octal334372206140562114134113
Binary1101110011111010100001101100010111010100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFA86; }

 p { color: rgb(220,250,134); }

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

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

 a { background-color: rgb(220,250,134); }

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

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

 span { border-color: rgb(220,250,134); }

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