#D0F575

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

Shades of Sulu #D0F575

Tints of Sulu #D0F575

Color information

#D0F575 (or 0xD0F575) is unknown color: approx Sulu. HEX triplet: D0, F5 and 75. RGB value is (208,245,117). Sum of RGB (Red+Green+Blue) = 208+245+117=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F575 is #2F0A8A. Grayscale: #DBDBDB. Windows color (decimal): -3082891 or 7730640. OLE color: 7730640.

HSL color Cylindrical-coordinate representation of color #D0F575: hue angle of 77.34º 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 #D0F575 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB208245117-
CMYK0.1500.520.04
HSL77.34º86.49%70.98%-
HSV(B)77.34º52.24%96.08%-
XYZ61.888029.01-
YUV219.3470.24119.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 245 (96.09% from 255) = 42.98%
BLUE value IS 117 (46.09% from 255) = 20.53%
R=36.49%
G=42.98%
B=20.53%

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
Decimal2082451170.1500.520.0477.3486.4970.98
HexD0F575F03444d5647
Octal320365165170644115126107
Binary1101000011110101111010111110110100100100110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F575; }

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

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

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

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

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

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

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

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