Html Css Color HEX #D1FA80 Sulu

📋 copy color: '#D1FA80'

red 209 ◦ green 250 ◦ blue 128

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

Shades of Sulu #D1FA80

Tints of Sulu #D1FA80

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.59%

 BLUE value IS 128 (50.39% from 255) = 21.81%

R = 35.6%
G = 42.59%
B = 21.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D1FA80 (or 0xD1FA80) is known color: Sulu. HEX triplet: D1, FA and 80. RGB value is (209,250,128). Sum of RGB (Red+Green+Blue) = 209+250+128=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA80 is #2E057F. Grayscale: #E0E0E0. Windows color (decimal): -3016064 or 8452817. OLE color: 8452817.

HSL color Cylindrical-coordinate representation of color #D1FA80: hue angle of 80.16º 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 #D1FA80 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 128 -
CMYK 0.16 0 0.49 0.02
HSL 80.16º 0.92% 0.74% -
HSV(B) 80.16º 0.49% 0.98% -
XYZ 64.38 83.49 33.14 -
YUV 223.83 73.92 117.42 -
System Red Green Blue C M Y K H S L
Decimal 209 250 128 0.16 0 0.49 0.02 80.16 0.92 0.74
Hex D1 FA 80 10 0 31 2 50 5C 4A
Octal 321 372 200 20 0 61 2 120 134 112
Binary 11010001 11111010 10000000 10000 0 110001 10 1010000 1011100 1001010

Color Harmonies of #D1FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA80

Black with #D1FA80

Text Example


Text Example

White with #D1FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA80; }

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

 H1.HeaderClassName
 {
   color: #D1FA80;
 }
 .AnyTagClassName
 {
   color: #D1FA80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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