#D0F781

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

Shades of Sulu #D0F781

Tints of Sulu #D0F781

Color information

#D0F781 (or 0xD0F781) is unknown color: approx Sulu. HEX triplet: D0, F7 and 81. RGB value is (208,247,129). Sum of RGB (Red+Green+Blue) = 208+247+129=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F781 is #2F087E. Grayscale: #DEDEDE. Windows color (decimal): -3082367 or 8517584. OLE color: 8517584.

HSL color Cylindrical-coordinate representation of color #D0F781: hue angle of 79.83º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0F781 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB208247129-
CMYK0.1600.480.03
HSL79.83º88.06%73.73%-
HSV(B)79.83º47.77%96.86%-
XYZ63.2481.5233.17-
YUV221.8975.58118.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 247 (96.88% from 255) = 42.29%
BLUE value IS 129 (50.78% from 255) = 22.09%
R=35.62%
G=42.29%
B=22.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082471290.1600.480.0379.8388.0673.73
HexD0F78110030350584a
Octal320367201200603120130112
Binary11010000111101111000000110000011000011101000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F781; }

 p { color: rgb(208,247,129); }

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

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

 a { background-color: rgb(208,247,129); }

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

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

 span { border-color: rgb(208,247,129); }

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