#D0FF81

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

Shades of Sulu #D0FF81

Tints of Sulu #D0FF81

Color information

#D0FF81 (or 0xD0FF81) is unknown color: approx Sulu. HEX triplet: D0, FF and 81. RGB value is (208,255,129). Sum of RGB (Red+Green+Blue) = 208+255+129=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF81 is #2F007E. Grayscale: #E3E3E3. Windows color (decimal): -3080319 or 8519632. OLE color: 8519632.

HSL color Cylindrical-coordinate representation of color #D0FF81: hue angle of 82.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0FF81 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB208255129-
CMYK0.1800.490
HSL82.38º100%75.29%-
HSV(B)82.38º49.41%100%-
XYZ65.7386.5134-
YUV226.5872.93114.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.14%
GREEN value IS 255 (100% from 255) = 43.07%
BLUE value IS 129 (50.78% from 255) = 21.79%
R=35.14%
G=43.07%
B=21.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551290.1800.49082.3810075.29
HexD0FF8112031052644b
Octal320377201220610122144113
Binary1101000011111111100000011001001100010101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF81; }

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

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

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

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

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

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

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

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