#D1FA7A

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

Shades of Sulu #D1FA7A

Tints of Sulu #D1FA7A

Color information

#D1FA7A (or 0xD1FA7A) is unknown color: approx Sulu. HEX triplet: D1, FA and 7A. RGB value is (209,250,122). Sum of RGB (Red+Green+Blue) = 209+250+122=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA7A is #2E0585. Grayscale: #DFDFDF. Windows color (decimal): -3016070 or 8059601. OLE color: 8059601.

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

Color convert

RGB209250122-
CMYK0.1600.510.02
HSL79.22º92.75%72.94%-
HSV(B)79.22º51.2%98.04%-
XYZ63.9983.3331.12-
YUV223.1570.92117.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.97%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 122 (48.05% from 255) = 21.00%
R=35.97%
G=43.03%
B=21.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501220.1600.510.0279.2292.7572.94
HexD1FA7A1003324f5d49
Octal321372172200632117135111
Binary1101000111111010111101010000011001110100111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FA7A; }

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

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

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

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

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

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

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

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