#D1F180

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

Shades of Sulu #D1F180

Tints of Sulu #D1F180

Color information

#D1F180 (or 0xD1F180) is unknown color: approx Sulu. HEX triplet: D1, F1 and 80. RGB value is (209,241,128). Sum of RGB (Red+Green+Blue) = 209+241+128=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F180 is #2E0E7F. Grayscale: #DADADA. Windows color (decimal): -3018368 or 8450513. OLE color: 8450513.

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

Color convert

RGB209241128-
CMYK0.1300.470.05
HSL76.99º80.14%72.35%-
HSV(B)76.99º46.89%94.51%-
XYZ61.6578.0232.23-
YUV218.5576.9121.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.16%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=36.16%
G=41.70%
B=22.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092411280.1300.470.0576.9980.1472.35
HexD1F180D02F54d5048
Octal321361200150575115120110
Binary11010001111100011000000011010101111101100110110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F180; }

 p { color: rgb(209,241,128); }

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

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

 a { background-color: rgb(209,241,128); }

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

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

 span { border-color: rgb(209,241,128); }

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