#D0FF85

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

Shades of Sulu #D0FF85

Tints of Sulu #D0FF85

Color information

#D0FF85 (or 0xD0FF85) is unknown color: approx Sulu. HEX triplet: D0, FF and 85. RGB value is (208,255,133). Sum of RGB (Red+Green+Blue) = 208+255+133=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF85 is #2F007A. Grayscale: #E3E3E3. Windows color (decimal): -3080315 or 8781776. OLE color: 8781776.

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

Color convert

RGB208255133-
CMYK0.1800.480
HSL83.11º100%76.08%-
HSV(B)83.11º47.84%100%-
XYZ66.0186.6235.43-
YUV227.0474.93114.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 133 (52.34% from 255) = 22.32%
R=34.90%
G=42.79%
B=22.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551330.1800.48083.1110076.08
HexD0FF8512030053644c
Octal320377205220600123144114
Binary1101000011111111100001011001001100000101001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF85; }

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

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

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

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

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

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

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

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