#D3FA8A

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

Shades of Sulu #D3FA8A

Tints of Sulu #D3FA8A

Color information

#D3FA8A (or 0xD3FA8A) is unknown color: approx Sulu. HEX triplet: D3, FA and 8A. RGB value is (211,250,138). Sum of RGB (Red+Green+Blue) = 211+250+138=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FA8A is #2C0575. Grayscale: #E1E1E1. Windows color (decimal): -2884982 or 9108179. OLE color: 9108179.

HSL color Cylindrical-coordinate representation of color #D3FA8A: hue angle of 80.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3FA8A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB211250138-
CMYK0.1600.450.02
HSL80.89º91.8%76.08%-
HSV(B)80.89º44.8%98.04%-
XYZ65.6484.0636.81-
YUV225.5778.58117.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.23%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 138 (54.30% from 255) = 23.04%
R=35.23%
G=41.74%
B=23.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112501380.1600.450.0280.8991.876.08
HexD3FA8A1002D2515c4c
Octal323372212200552121134114
Binary11010011111110101000101010000010110110101000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FA8A; }

 p { color: rgb(211,250,138); }

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

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

 a { background-color: rgb(211,250,138); }

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

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

 span { border-color: rgb(211,250,138); }

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