#d1fc77

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

Shades of Sulu #D1FC77

Tints of Sulu #D1FC77

Color information

#D1FC77 (or 0xD1FC77) is unknown color: approx Sulu. HEX triplet: D1, FC and 77. RGB value is (209,252,119). Sum of RGB (Red+Green+Blue) = 209+252+119=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FC77 is #2E0388. Grayscale: #E0E0E0. Windows color (decimal): -3015561 or 7863505. OLE color: 7863505.

HSL color Cylindrical-coordinate representation of color #D1FC77: hue angle of 79.4º 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 #D1FC77 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB209252119-
CMYK0.1700.530.01
HSL79.4º95.68%72.75%-
HSV(B)79.4º52.78%98.82%-
XYZ64.4384.5130.37-
YUV223.9868.75117.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.03%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 119 (46.88% from 255) = 20.52%
R=36.03%
G=43.45%
B=20.52%

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
Decimal2092521190.1700.530.0179.495.6872.75
HexD1FC771103514f6049
Octal321374167210651117140111
Binary110100011111110011101111000101101011100111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1fc77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1fc77; }

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

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

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

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

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

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

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

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