#D3F483

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

Shades of Sulu #D3F483

Tints of Sulu #D3F483

Color information

#D3F483 (or 0xD3F483) is unknown color: approx Sulu. HEX triplet: D3, F4 and 83. RGB value is (211,244,131). Sum of RGB (Red+Green+Blue) = 211+244+131=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F483 is #2C0B7C. Grayscale: #DDDDDD. Windows color (decimal): -2886525 or 8647891. OLE color: 8647891.

HSL color Cylindrical-coordinate representation of color #D3F483: hue angle of 77.52º degrees, saturation: 0.84, 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 #D3F483 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB211244131-
CMYK0.1400.460.04
HSL77.52º83.7%73.53%-
HSV(B)77.52º46.31%95.69%-
XYZ63.3180.1933.61-
YUV221.2577.07120.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 244 (95.70% from 255) = 41.64%
BLUE value IS 131 (51.56% from 255) = 22.35%
R=36.01%
G=41.64%
B=22.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2112441310.1400.460.0477.5283.773.53
HexD3F483E02E44e544a
Octal323364203160564116124112
Binary11010011111101001000001111100101110100100111010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F483; }

 p { color: rgb(211,244,131); }

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

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

 a { background-color: rgb(211,244,131); }

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

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

 span { border-color: rgb(211,244,131); }

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