#D0FD75

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

Shades of Sulu #D0FD75

Tints of Sulu #D0FD75

Color information

#D0FD75 (or 0xD0FD75) is unknown color: approx Sulu. HEX triplet: D0, FD and 75. RGB value is (208,253,117). Sum of RGB (Red+Green+Blue) = 208+253+117=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD75 is #2F028A. Grayscale: #E0E0E0. Windows color (decimal): -3080843 or 7732688. OLE color: 7732688.

HSL color Cylindrical-coordinate representation of color #D0FD75: hue angle of 79.85º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0FD75 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB208253117-
CMYK0.1800.540.01
HSL79.85º97.14%72.55%-
HSV(B)79.85º53.75%99.22%-
XYZ64.3584.9429.83-
YUV224.0467.59116.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 117 (46.09% from 255) = 20.24%
R=35.99%
G=43.77%
B=20.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531170.1800.540.0179.8597.1472.55
HexD0FD75120361506149
Octal320375165220661120141111
Binary110100001111110111101011001001101101101000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD75; }

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

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

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

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

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

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

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

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