#D1FA7F

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

Shades of Sulu #D1FA7F

Tints of Sulu #D1FA7F

Color information

#D1FA7F (or 0xD1FA7F) is unknown color: approx Sulu. HEX triplet: D1, FA and 7F. RGB value is (209,250,127). Sum of RGB (Red+Green+Blue) = 209+250+127=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA7F is #2E0580. Grayscale: #E0E0E0. Windows color (decimal): -3016065 or 8387281. OLE color: 8387281.

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

Color convert

RGB209250127-
CMYK0.1600.490.02
HSL80º92.48%73.92%-
HSV(B)80º49.2%98.04%-
XYZ64.3183.4632.8-
YUV223.7273.42117.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 127 (50% from 255) = 21.67%
R=35.67%
G=42.66%
B=21.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501270.1600.490.028092.4873.92
HexD1FA7F100312505c4a
Octal321372177200612120134112
Binary1101000111111010111111110000011000110101000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA7F; }

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

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

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

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

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

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

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

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