#D0FD78

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

Shades of Sulu #D0FD78

Tints of Sulu #D0FD78

Color information

#D0FD78 (or 0xD0FD78) is unknown color: approx Sulu. HEX triplet: D0, FD and 78. RGB value is (208,253,120). Sum of RGB (Red+Green+Blue) = 208+253+120=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD78 is #2F0287. Grayscale: #E0E0E0. Windows color (decimal): -3080840 or 7929296. OLE color: 7929296.

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

Color convert

RGB208253120-
CMYK0.1800.530.01
HSL80.3º97.08%73.14%-
HSV(B)80.3º52.57%99.22%-
XYZ64.5385.0230.78-
YUV224.3869.09116.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 120 (47.27% from 255) = 20.65%
R=35.80%
G=43.55%
B=20.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531200.1800.530.0180.397.0873.14
HexD0FD78120351506149
Octal320375170220651120141111
Binary110100001111110111110001001001101011101000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD78; }

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

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

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

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

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

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

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

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