#D1F184

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

Shades of Sulu #D1F184

Tints of Sulu #D1F184

Color information

#D1F184 (or 0xD1F184) is unknown color: approx Sulu. HEX triplet: D1, F1 and 84. RGB value is (209,241,132). Sum of RGB (Red+Green+Blue) = 209+241+132=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F184 is #2E0E7B. Grayscale: #DBDBDB. Windows color (decimal): -3018364 or 8712657. OLE color: 8712657.

HSL color Cylindrical-coordinate representation of color #D1F184: hue angle of 77.61º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1F184 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB209241132-
CMYK0.1300.450.05
HSL77.61º79.56%73.14%-
HSV(B)77.61º45.23%94.51%-
XYZ61.9178.1333.65-
YUV219.0178.9120.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 132 (51.95% from 255) = 22.68%
R=35.91%
G=41.41%
B=22.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092411320.1300.450.0577.6179.5673.14
HexD1F184D02D54e5049
Octal321361204150555116120111
Binary11010001111100011000010011010101101101100111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F184; }

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

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

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

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

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

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

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

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