#D1FA88

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

Shades of Sulu #D1FA88

Tints of Sulu #D1FA88

Color information

#D1FA88 (or 0xD1FA88) is unknown color: approx Sulu. HEX triplet: D1, FA and 88. RGB value is (209,250,136). Sum of RGB (Red+Green+Blue) = 209+250+136=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA88 is #2E0577. Grayscale: #E1E1E1. Windows color (decimal): -3016056 or 8977105. OLE color: 8977105.

HSL color Cylindrical-coordinate representation of color #D1FA88: hue angle of 81.58º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1FA88 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB209250136-
CMYK0.1600.460.02
HSL81.58º91.94%75.69%-
HSV(B)81.58º45.6%98.04%-
XYZ64.9283.736.03-
YUV224.7477.92116.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 136 (53.52% from 255) = 22.86%
R=35.13%
G=42.02%
B=22.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501360.1600.460.0281.5891.9475.69
HexD1FA881002E2525c4c
Octal321372210200562122134114
Binary11010001111110101000100010000010111010101001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA88; }

 p { color: rgb(209,250,136); }

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

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

 a { background-color: rgb(209,250,136); }

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

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

 span { border-color: rgb(209,250,136); }

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