#DCFB86

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

Shades of Sulu #DCFB86

Tints of Sulu #DCFB86

Color information

#DCFB86 (or 0xDCFB86) is unknown color: approx Sulu. HEX triplet: DC, FB and 86. RGB value is (220,251,134). Sum of RGB (Red+Green+Blue) = 220+251+134=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB86 is #230479. Grayscale: #E4E4E4. Windows color (decimal): -2294906 or 8846300. OLE color: 8846300.

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

Color convert

RGB220251134-
CMYK0.1200.470.02
HSL75.9º93.6%75.49%-
HSV(B)75.9º46.61%98.43%-
XYZ68.3285.9335.54-
YUV228.3974.73122.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 134 (52.73% from 255) = 22.15%
R=36.36%
G=41.49%
B=22.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511340.1200.470.0275.993.675.49
HexDCFB86C02F24c5e4b
Octal334373206140572114136113
Binary1101110011111011100001101100010111110100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFB86; }

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

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

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

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

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

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

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

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