#D5FA89

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

Shades of Sulu #D5FA89

Tints of Sulu #D5FA89

Color information

#D5FA89 (or 0xD5FA89) is unknown color: approx Sulu. HEX triplet: D5, FA and 89. RGB value is (213,250,137). Sum of RGB (Red+Green+Blue) = 213+250+137=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA89 is #2A0576. Grayscale: #E2E2E2. Windows color (decimal): -2753911 or 9042645. OLE color: 9042645.

HSL color Cylindrical-coordinate representation of color #D5FA89: hue angle of 79.65º 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 #D5FA89 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB213250137-
CMYK0.1500.450.02
HSL79.65º91.87%75.88%-
HSV(B)79.65º45.2%98.04%-
XYZ66.1484.3236.46-
YUV226.0677.74118.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 137 (53.91% from 255) = 22.83%
R=35.5%
G=41.67%
B=22.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501370.1500.450.0279.6591.8775.88
HexD5FA89F02D2505c4c
Octal325372211170552120134114
Binary1101010111111010100010011111010110110101000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA89; }

 p { color: rgb(213,250,137); }

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

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

 a { background-color: rgb(213,250,137); }

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

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

 span { border-color: rgb(213,250,137); }

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