Html Css Color HEX #D1FC76 Sulu

📋 copy color: '#D1FC76'

red 209 ◦ green 252 ◦ blue 118

#D1FC76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #D1FC76

Tints of Sulu #D1FC76

RGB

 RED value IS 209 (82.03% from 255) = 36.1%

 GREEN value IS 252 (98.83% from 255) = 43.52%

 BLUE value IS 118 (46.48% from 255) = 20.38%

R = 36.1%
G = 43.52%
B = 20.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#D1FC76 (or 0xD1FC76) is known color: 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

RGB 209 252 118 -
CMYK 0.17 0 0.53 0.01
HSL 79.25º 0.96% 0.73% -
HSV(B) 79.25º 0.53% 0.99% -
XYZ 64.37 84.48 30.05 -
YUV 223.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 209 252 118 0.17 0 0.53 0.01 79.25 0.96 0.73
Hex D1 FC 76 11 0 35 1 4F 60 49
Octal 321 374 166 21 0 65 1 117 140 111
Binary 11010001 11111100 1110110 10001 0 110101 1 1001111 1100000 1001001

Color Harmonies of #D1FC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FC76

Black with #D1FC76

Text Example


Text Example

White with #D1FC76

Text Example


Text Example

HTML Codes & Css Web 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>