#D0F478

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

Shades of Sulu #D0F478

Tints of Sulu #D0F478

Color information

#D0F478 (or 0xD0F478) is unknown color: approx Sulu. HEX triplet: D0, F4 and 78. RGB value is (208,244,120). Sum of RGB (Red+Green+Blue) = 208+244+120=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F478 is #2F0B87. Grayscale: #DBDBDB. Windows color (decimal): -3083144 or 7926992. OLE color: 7926992.

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

Color convert

RGB208244120-
CMYK0.1500.510.04
HSL77.42º84.93%71.37%-
HSV(B)77.42º50.82%95.69%-
XYZ61.7579.4729.85-
YUV219.172.07120.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 244 (95.70% from 255) = 42.66%
BLUE value IS 120 (47.27% from 255) = 20.98%
R=36.36%
G=42.66%
B=20.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082441200.1500.510.0477.4284.9371.37
HexD0F478F03344d5547
Octal320364170170634115125107
Binary1101000011110100111100011110110011100100110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F478; }

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

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

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

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

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

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

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

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