#D1FF8A

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

Shades of Sulu #D1FF8A

Tints of Sulu #D1FF8A

Color information

#D1FF8A (or 0xD1FF8A) is unknown color: approx Sulu. HEX triplet: D1, FF and 8A. RGB value is (209,255,138). Sum of RGB (Red+Green+Blue) = 209+255+138=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FF8A is #2E0075. Grayscale: #E4E4E4. Windows color (decimal): -3014774 or 9109457. OLE color: 9109457.

HSL color Cylindrical-coordinate representation of color #D1FF8A: hue angle of 83.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1FF8A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB209255138-
CMYK0.1800.460
HSL83.59º100%77.06%-
HSV(B)83.59º45.88%100%-
XYZ66.6486.9137.31-
YUV227.9177.26114.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=34.72%
G=42.36%
B=22.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092551380.1800.46083.5910077.06
HexD1FF8A1202E054644d
Octal321377212220560124144115
Binary1101000111111111100010101001001011100101010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FF8A; }

 p { color: rgb(209,255,138); }

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

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

 a { background-color: rgb(209,255,138); }

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

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

 span { border-color: rgb(209,255,138); }

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