#D6F382

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

Shades of Sulu #D6F382

Tints of Sulu #D6F382

Color information

#D6F382 (or 0xD6F382) is unknown color: approx Sulu. HEX triplet: D6, F3 and 82. RGB value is (214,243,130). Sum of RGB (Red+Green+Blue) = 214+243+130=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F382 is #290C7D. Grayscale: #DDDDDD. Windows color (decimal): -2690174 or 8582102. OLE color: 8582102.

HSL color Cylindrical-coordinate representation of color #D6F382: hue angle of 75.4º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6F382 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB214243130-
CMYK0.1200.470.05
HSL75.4º82.48%73.14%-
HSV(B)75.4º46.5%95.29%-
XYZ63.8180.0133.2-
YUV221.4576.39122.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 243 (95.31% from 255) = 41.40%
BLUE value IS 130 (51.17% from 255) = 22.15%
R=36.46%
G=41.40%
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.05
SystemRedGreenBlueCMYKHSL
Decimal2142431300.1200.470.0575.482.4873.14
HexD6F382C02F54b5249
Octal326363202140575113122111
Binary11010110111100111000001011000101111101100101110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F382; }

 p { color: rgb(214,243,130); }

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

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

 a { background-color: rgb(214,243,130); }

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

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

 span { border-color: rgb(214,243,130); }

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