#D5F289

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

Shades of Sulu #D5F289

Tints of Sulu #D5F289

Color information

#D5F289 (or 0xD5F289) is unknown color: approx Sulu. HEX triplet: D5, F2 and 89. RGB value is (213,242,137). Sum of RGB (Red+Green+Blue) = 213+242+137=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 137 (53.91% from 255 or 23.14% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F289 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F289 is #2A0D76. Grayscale: #DDDDDD. Windows color (decimal): -2755959 or 9040597. OLE color: 9040597.

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

Color convert

RGB213242137-
CMYK0.1200.430.05
HSL76.57º80.15%74.31%-
HSV(B)76.57º43.39%94.9%-
XYZ63.7179.4635.65-
YUV221.3680.39122.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 242 (94.92% from 255) = 40.88%
BLUE value IS 137 (53.91% from 255) = 23.14%
R=35.98%
G=40.88%
B=23.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132421370.1200.430.0576.5780.1574.31
HexD5F289C02B54d504a
Octal325362211140535115120112
Binary11010101111100101000100111000101011101100110110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F289; }

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

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

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

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

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

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

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

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