#D5F282

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

Shades of Sulu #D5F282

Tints of Sulu #D5F282

Color information

#D5F282 (or 0xD5F282) is unknown color: approx Sulu. HEX triplet: D5, F2 and 82. RGB value is (213,242,130). Sum of RGB (Red+Green+Blue) = 213+242+130=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F282 is #2A0D7D. Grayscale: #DCDCDC. Windows color (decimal): -2755966 or 8581845. OLE color: 8581845.

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

Color convert

RGB213242130-
CMYK0.1200.460.05
HSL75.54º81.16%72.94%-
HSV(B)75.54º46.28%94.9%-
XYZ63.2279.2633.09-
YUV220.5676.89122.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 242 (94.92% from 255) = 41.37%
BLUE value IS 130 (51.17% from 255) = 22.22%
R=36.41%
G=41.37%
B=22.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132421300.1200.460.0575.5481.1672.94
HexD5F282C02E54c5149
Octal325362202140565114121111
Binary11010101111100101000001011000101110101100110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F282; }

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

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

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

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

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

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

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

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