#D1F88A

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

Shades of Sulu #D1F88A

Tints of Sulu #D1F88A

Color information

#D1F88A (or 0xD1F88A) is unknown color: approx Sulu. HEX triplet: D1, F8 and 8A. RGB value is (209,248,138). Sum of RGB (Red+Green+Blue) = 209+248+138=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F88A is #2E0775. Grayscale: #E0E0E0. Windows color (decimal): -3016566 or 9107665. OLE color: 9107665.

HSL color Cylindrical-coordinate representation of color #D1F88A: hue angle of 81.27º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1F88A is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB209248138-
CMYK0.1600.440.03
HSL81.27º88.71%75.69%-
HSV(B)81.27º44.35%97.25%-
XYZ64.4582.5336.58-
YUV223.879.58117.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=35.13%
G=41.68%
B=23.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092481380.1600.440.0381.2788.7175.69
HexD1F88A1002C351594c
Octal321370212200543121131114
Binary11010001111110001000101010000010110011101000110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F88A; }

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

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

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

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

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

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

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

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