#D1F575

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

Shades of Sulu #D1F575

Tints of Sulu #D1F575

Color information

#D1F575 (or 0xD1F575) is unknown color: approx Sulu. HEX triplet: D1, F5 and 75. RGB value is (209,245,117). Sum of RGB (Red+Green+Blue) = 209+245+117=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F575 is #2E0A8A. Grayscale: #DCDCDC. Windows color (decimal): -3017355 or 7730641. OLE color: 7730641.

HSL color Cylindrical-coordinate representation of color #D1F575: hue angle of 76.88º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1F575 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB209245117-
CMYK0.1500.520.04
HSL76.88º86.49%70.98%-
HSV(B)76.88º52.24%96.08%-
XYZ62.1680.1429.02-
YUV219.6470.07120.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.60%
GREEN value IS 245 (96.09% from 255) = 42.91%
BLUE value IS 117 (46.09% from 255) = 20.49%
R=36.60%
G=42.91%
B=20.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092451170.1500.520.0476.8886.4970.98
HexD1F575F03444d5647
Octal321365165170644115126107
Binary1101000111110101111010111110110100100100110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F575; }

 p { color: rgb(209,245,117); }

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

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

 a { background-color: rgb(209,245,117); }

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

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

 span { border-color: rgb(209,245,117); }

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