#D1F281

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

Shades of Sulu #D1F281

Tints of Sulu #D1F281

Color information

#D1F281 (or 0xD1F281) is unknown color: approx Sulu. HEX triplet: D1, F2 and 81. RGB value is (209,242,129). Sum of RGB (Red+Green+Blue) = 209+242+129=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F281 is #2E0D7E. Grayscale: #DBDBDB. Windows color (decimal): -3018111 or 8516305. OLE color: 8516305.

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

Color convert

RGB209242129-
CMYK0.1400.470.05
HSL77.52º81.29%72.75%-
HSV(B)77.52º46.69%94.9%-
XYZ62.0178.6432.68-
YUV219.2577.07120.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.03%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 129 (50.78% from 255) = 22.24%
R=36.03%
G=41.72%
B=22.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092421290.1400.470.0577.5281.2972.75
HexD1F281E02F54e5149
Octal321362201160575116121111
Binary11010001111100101000000111100101111101100111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F281; }

 p { color: rgb(209,242,129); }

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

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

 a { background-color: rgb(209,242,129); }

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

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

 span { border-color: rgb(209,242,129); }

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