#D1FE83

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

Shades of Sulu #D1FE83

Tints of Sulu #D1FE83

Color information

#D1FE83 (or 0xD1FE83) is unknown color: approx Sulu. HEX triplet: D1, FE and 83. RGB value is (209,254,131). Sum of RGB (Red+Green+Blue) = 209+254+131=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FE83 is #2E017C. Grayscale: #E2E2E2. Windows color (decimal): -3015037 or 8650449. OLE color: 8650449.

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

Color convert

RGB209254131-
CMYK0.1800.480.00
HSL81.95º98.4%75.49%-
HSV(B)81.95º48.43%99.61%-
XYZ65.8386.0834.62-
YUV226.5274.09115.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 131 (51.56% from 255) = 22.05%
R=35.19%
G=42.76%
B=22.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092541310.1800.480.0081.9598.475.49
HexD1FE8312030052624b
Octal321376203220600122142113
Binary1101000111111110100000111001001100000101001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FE83; }

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

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

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

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

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

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

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

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