#D6F383

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

Shades of Sulu #D6F383

Tints of Sulu #D6F383

Color information

#D6F383 (or 0xD6F383) is unknown color: approx Sulu. HEX triplet: D6, F3 and 83. RGB value is (214,243,131). Sum of RGB (Red+Green+Blue) = 214+243+131=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F383 is #290C7C. Grayscale: #DDDDDD. Windows color (decimal): -2690173 or 8647638. OLE color: 8647638.

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

Color convert

RGB214243131-
CMYK0.1200.460.05
HSL75.54º82.35%73.33%-
HSV(B)75.54º46.09%95.29%-
XYZ63.8880.0433.55-
YUV221.5676.89122.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 243 (95.31% from 255) = 41.33%
BLUE value IS 131 (51.56% from 255) = 22.28%
R=36.39%
G=41.33%
B=22.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142431310.1200.460.0575.5482.3573.33
HexD6F383C02E54c5249
Octal326363203140565114122111
Binary11010110111100111000001111000101110101100110010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F383; }

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

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

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

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

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

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

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

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