#D1FA83

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

Shades of Sulu #D1FA83

Tints of Sulu #D1FA83

Color information

#D1FA83 (or 0xD1FA83) is unknown color: approx Sulu. HEX triplet: D1, FA and 83. RGB value is (209,250,131). Sum of RGB (Red+Green+Blue) = 209+250+131=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA83 is #2E057C. Grayscale: #E0E0E0. Windows color (decimal): -3016061 or 8649425. OLE color: 8649425.

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

Color convert

RGB209250131-
CMYK0.1600.480.02
HSL80.67º92.25%74.71%-
HSV(B)80.67º47.6%98.04%-
XYZ64.5883.5734.2-
YUV224.1875.42117.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 131 (51.56% from 255) = 22.20%
R=35.42%
G=42.37%
B=22.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501310.1600.480.0280.6792.2574.71
HexD1FA83100302515c4b
Octal321372203200602121134113
Binary11010001111110101000001110000011000010101000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA83; }

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

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

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

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

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

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

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

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