#D1F484

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

Shades of Sulu #D1F484

Tints of Sulu #D1F484

Color information

#D1F484 (or 0xD1F484) is unknown color: approx Sulu. HEX triplet: D1, F4 and 84. RGB value is (209,244,132). Sum of RGB (Red+Green+Blue) = 209+244+132=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F484 is #2E0B7B. Grayscale: #DDDDDD. Windows color (decimal): -3017596 or 8713425. OLE color: 8713425.

HSL color Cylindrical-coordinate representation of color #D1F484: hue angle of 78.75º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1F484 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB209244132-
CMYK0.1400.460.04
HSL78.75º83.58%73.73%-
HSV(B)78.75º45.9%95.69%-
XYZ62.8179.9233.95-
YUV220.7777.9119.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 244 (95.70% from 255) = 41.71%
BLUE value IS 132 (51.95% from 255) = 22.56%
R=35.73%
G=41.71%
B=22.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092441320.1400.460.0478.7583.5873.73
HexD1F484E02E44f544a
Octal321364204160564117124112
Binary11010001111101001000010011100101110100100111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F484; }

 p { color: rgb(209,244,132); }

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

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

 a { background-color: rgb(209,244,132); }

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

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

 span { border-color: rgb(209,244,132); }

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