#D1FC76

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

Shades of Sulu #D1FC76

Tints of Sulu #D1FC76

Color information

#D1FC76 (or 0xD1FC76) is unknown color: approx Sulu. HEX triplet: D1, FC and 76. RGB value is (209,252,118). Sum of RGB (Red+Green+Blue) = 209+252+118=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FC76 is #2E0389. Grayscale: #E0E0E0. Windows color (decimal): -3015562 or 7797969. OLE color: 7797969.

HSL color Cylindrical-coordinate representation of color #D1FC76: hue angle of 79.25º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1FC76 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB209252118-
CMYK0.1700.530.01
HSL79.25º95.71%72.55%-
HSV(B)79.25º53.17%98.82%-
XYZ64.3784.4830.05-
YUV223.8768.25117.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 252 (98.83% from 255) = 43.52%
BLUE value IS 118 (46.48% from 255) = 20.38%
R=36.10%
G=43.52%
B=20.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092521180.1700.530.0179.2595.7172.55
HexD1FC761103514f6049
Octal321374166210651117140111
Binary110100011111110011101101000101101011100111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FC76; }

 p { color: rgb(209,252,118); }

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

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

 a { background-color: rgb(209,252,118); }

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

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

 span { border-color: rgb(209,252,118); }

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