#D9FD84

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

Shades of Sulu #D9FD84

Tints of Sulu #D9FD84

Color information

#D9FD84 (or 0xD9FD84) is unknown color: approx Sulu. HEX triplet: D9, FD and 84. RGB value is (217,253,132). Sum of RGB (Red+Green+Blue) = 217+253+132=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FD84 is #26027B. Grayscale: #E4E4E4. Windows color (decimal): -2491004 or 8715737. OLE color: 8715737.

HSL color Cylindrical-coordinate representation of color #D9FD84: hue angle of 77.85º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9FD84 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB217253132-
CMYK0.1400.480.01
HSL77.85º96.8%75.49%-
HSV(B)77.85º47.83%99.22%-
XYZ67.9186.6734.98-
YUV228.4473.57119.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 132 (51.95% from 255) = 21.93%
R=36.05%
G=42.03%
B=21.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172531320.1400.480.0177.8596.875.49
HexD9FD84E03014e614b
Octal331375204160601116141113
Binary110110011111110110000100111001100001100111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FD84; }

 p { color: rgb(217,253,132); }

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

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

 a { background-color: rgb(217,253,132); }

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

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

 span { border-color: rgb(217,253,132); }

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