#D8F985

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

Shades of Sulu #D8F985

Tints of Sulu #D8F985

Color information

#D8F985 (or 0xD8F985) is unknown color: approx Sulu. HEX triplet: D8, F9 and 85. RGB value is (216,249,133). Sum of RGB (Red+Green+Blue) = 216+249+133=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F985 is #27067A. Grayscale: #E2E2E2. Windows color (decimal): -2557563 or 8780248. OLE color: 8780248.

HSL color Cylindrical-coordinate representation of color #D8F985: hue angle of 77.07º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8F985 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB216249133-
CMYK0.1300.470.02
HSL77.07º90.62%74.9%-
HSV(B)77.07º46.59%97.65%-
XYZ66.4384.0434.91-
YUV225.9175.57120.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.12%
GREEN value IS 249 (97.66% from 255) = 41.64%
BLUE value IS 133 (52.34% from 255) = 22.24%
R=36.12%
G=41.64%
B=22.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162491330.1300.470.0277.0790.6274.9
HexD8F985D02F24d5b4b
Octal330371205150572115133113
Binary1101100011111001100001011101010111110100110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F985; }

 p { color: rgb(216,249,133); }

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

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

 a { background-color: rgb(216,249,133); }

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

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

 span { border-color: rgb(216,249,133); }

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