#D1FB8B

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

Shades of Sulu #D1FB8B

Tints of Sulu #D1FB8B

Color information

#D1FB8B (or 0xD1FB8B) is unknown color: approx Sulu. HEX triplet: D1, FB and 8B. RGB value is (209,251,139). Sum of RGB (Red+Green+Blue) = 209+251+139=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB8B is #2E0474. Grayscale: #E2E2E2. Windows color (decimal): -3015797 or 9173969. OLE color: 9173969.

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

Color convert

RGB209251139-
CMYK0.1700.450.02
HSL82.5º93.33%76.47%-
HSV(B)82.5º44.62%98.43%-
XYZ65.4584.4137.27-
YUV225.6779.09116.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 251 (98.44% from 255) = 41.90%
BLUE value IS 139 (54.69% from 255) = 23.21%
R=34.89%
G=41.90%
B=23.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092511390.1700.450.0282.593.3376.47
HexD1FB8B1102D2525d4c
Octal321373213210552122135114
Binary11010001111110111000101110001010110110101001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FB8B; }

 p { color: rgb(209,251,139); }

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

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

 a { background-color: rgb(209,251,139); }

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

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

 span { border-color: rgb(209,251,139); }

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