#D3FD8A

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

Shades of Sulu #D3FD8A

Tints of Sulu #D3FD8A

Color information

#D3FD8A (or 0xD3FD8A) is unknown color: approx Sulu. HEX triplet: D3, FD and 8A. RGB value is (211,253,138). Sum of RGB (Red+Green+Blue) = 211+253+138=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FD8A is #2C0275. Grayscale: #E3E3E3. Windows color (decimal): -2884214 or 9108947. OLE color: 9108947.

HSL color Cylindrical-coordinate representation of color #D3FD8A: hue angle of 81.91º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3FD8A is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB211253138-
CMYK0.1700.450.01
HSL81.91º96.64%76.67%-
HSV(B)81.91º45.45%99.22%-
XYZ66.5885.9337.12-
YUV227.3377.59116.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.05%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=35.05%
G=42.03%
B=22.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112531380.1700.450.0181.9196.6476.67
HexD3FD8A1102D152614d
Octal323375212210551122141115
Binary1101001111111101100010101000101011011101001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FD8A; }

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

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

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

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

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

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

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

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