#D8FC7D

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

Shades of Sulu #D8FC7D

Tints of Sulu #D8FC7D

Color information

#D8FC7D (or 0xD8FC7D) is unknown color: approx Sulu. HEX triplet: D8, FC and 7D. RGB value is (216,252,125). Sum of RGB (Red+Green+Blue) = 216+252+125=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FC7D is #270382. Grayscale: #E3E3E3. Windows color (decimal): -2556803 or 8256728. OLE color: 8256728.

HSL color Cylindrical-coordinate representation of color #D8FC7D: hue angle of 77.01º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8FC7D is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB216252125-
CMYK0.1400.500.01
HSL77.01º95.49%73.92%-
HSV(B)77.01º50.4%98.82%-
XYZ66.8385.732.42-
YUV226.7670.57120.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 125 (49.22% from 255) = 21.08%
R=36.42%
G=42.50%
B=21.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162521250.1400.500.0177.0195.4973.92
HexD8FC7DE03214d5f4a
Octal330374175160621115137112
Binary11011000111111001111101111001100101100110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FC7D; }

 p { color: rgb(216,252,125); }

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

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

 a { background-color: rgb(216,252,125); }

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

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

 span { border-color: rgb(216,252,125); }

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