#D5F387

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

Shades of Sulu #D5F387

Tints of Sulu #D5F387

Color information

#D5F387 (or 0xD5F387) is unknown color: approx Sulu. HEX triplet: D5, F3 and 87. RGB value is (213,243,135). Sum of RGB (Red+Green+Blue) = 213+243+135=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F387 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F387 is #2A0C78. Grayscale: #DEDEDE. Windows color (decimal): -2755705 or 8909781. OLE color: 8909781.

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

Color convert

RGB213243135-
CMYK0.1200.440.05
HSL76.67º81.82%74.12%-
HSV(B)76.67º44.44%95.29%-
XYZ63.868035-
YUV221.7279.06121.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.04%
GREEN value IS 243 (95.31% from 255) = 41.12%
BLUE value IS 135 (53.12% from 255) = 22.84%
R=36.04%
G=41.12%
B=22.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132431350.1200.440.0576.6781.8274.12
HexD5F387C02C54d524a
Octal325363207140545115122112
Binary11010101111100111000011111000101100101100110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F387; }

 p { color: rgb(213,243,135); }

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

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

 a { background-color: rgb(213,243,135); }

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

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

 span { border-color: rgb(213,243,135); }

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