#D8FE85

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

Shades of Sulu #D8FE85

Tints of Sulu #D8FE85

Color information

#D8FE85 (or 0xD8FE85) is unknown color: approx Sulu. HEX triplet: D8, FE and 85. RGB value is (216,254,133). Sum of RGB (Red+Green+Blue) = 216+254+133=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FE85 is #27017A. Grayscale: #E5E5E5. Windows color (decimal): -2556283 or 8781528. OLE color: 8781528.

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

Color convert

RGB216254133-
CMYK0.1500.480.00
HSL78.84º98.37%75.88%-
HSV(B)78.84º47.64%99.61%-
XYZ67.9987.1835.43-
YUV228.8473.91118.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 254 (99.61% from 255) = 42.12%
BLUE value IS 133 (52.34% from 255) = 22.06%
R=35.82%
G=42.12%
B=22.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162541330.1500.480.0078.8498.3775.88
HexD8FE85F03004f624c
Octal330376205170600117142114
Binary110110001111111010000101111101100000100111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FE85; }

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

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

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

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

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

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

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

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