#D8F984

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

Shades of Sulu #D8F984

Tints of Sulu #D8F984

Color information

#D8F984 (or 0xD8F984) is unknown color: approx Sulu. HEX triplet: D8, F9 and 84. RGB value is (216,249,132). Sum of RGB (Red+Green+Blue) = 216+249+132=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F984 is #27067B. Grayscale: #E2E2E2. Windows color (decimal): -2557564 or 8714712. OLE color: 8714712.

HSL color Cylindrical-coordinate representation of color #D8F984: hue angle of 76.92º 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 #D8F984 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB216249132-
CMYK0.1300.470.02
HSL76.92º90.7%74.71%-
HSV(B)76.92º46.99%97.65%-
XYZ66.3684.0234.55-
YUV225.875.07121.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 132 (51.95% from 255) = 22.11%
R=36.18%
G=41.71%
B=22.11%

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
Decimal2162491320.1300.470.0276.9290.774.71
HexD8F984D02F24d5b4b
Octal330371204150572115133113
Binary1101100011111001100001001101010111110100110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F984; }

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

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

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

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

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

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

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

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