#D5F380

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

Shades of Sulu #D5F380

Tints of Sulu #D5F380

Color information

#D5F380 (or 0xD5F380) is unknown color: approx Sulu. HEX triplet: D5, F3 and 80. RGB value is (213,243,128). Sum of RGB (Red+Green+Blue) = 213+243+128=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F380 is #2A0C7F. Grayscale: #DDDDDD. Windows color (decimal): -2755712 or 8451029. OLE color: 8451029.

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

Color convert

RGB213243128-
CMYK0.1200.470.05
HSL75.65º82.73%72.75%-
HSV(B)75.65º47.33%95.29%-
XYZ63.3979.8132.49-
YUV220.9275.56122.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 243 (95.31% from 255) = 41.61%
BLUE value IS 128 (50.39% from 255) = 21.92%
R=36.47%
G=41.61%
B=21.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132431280.1200.470.0575.6582.7372.75
HexD5F380C02F54c5349
Octal325363200140575114123111
Binary11010101111100111000000011000101111101100110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F380; }

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

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

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

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

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

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

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

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