#D6F584

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

Shades of Sulu #D6F584

Tints of Sulu #D6F584

Color information

#D6F584 (or 0xD6F584) is unknown color: approx Sulu. HEX triplet: D6, F5 and 84. RGB value is (214,245,132). Sum of RGB (Red+Green+Blue) = 214+245+132=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F584 is #290A7B. Grayscale: #DFDFDF. Windows color (decimal): -2689660 or 8713686. OLE color: 8713686.

HSL color Cylindrical-coordinate representation of color #D6F584: hue angle of 76.46º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6F584 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB214245132-
CMYK0.1300.460.04
HSL76.46º84.96%73.92%-
HSV(B)76.46º46.12%96.08%-
XYZ64.5581.2734.11-
YUV222.8576.73121.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 245 (96.09% from 255) = 41.46%
BLUE value IS 132 (51.95% from 255) = 22.34%
R=36.21%
G=41.46%
B=22.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142451320.1300.460.0476.4684.9673.92
HexD6F584D02E44c554a
Octal326365204150564114125112
Binary11010110111101011000010011010101110100100110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F584; }

 p { color: rgb(214,245,132); }

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

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

 a { background-color: rgb(214,245,132); }

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

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

 span { border-color: rgb(214,245,132); }

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