Html Css Color HEX #D1F880 Sulu

📋 copy color: '#D1F880'

red 209 ◦ green 248 ◦ blue 128

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

Shades of Sulu #D1F880

Tints of Sulu #D1F880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.39%

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

R = 35.73%
G = 42.39%
B = 21.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#D1F880 (or 0xD1F880) is known color: Sulu. HEX triplet: D1, F8 and 80. RGB value is (209,248,128). Sum of RGB (Red+Green+Blue) = 209+248+128=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F880 is #2E077F. Grayscale: #DFDFDF. Windows color (decimal): -3016576 or 8452305. OLE color: 8452305.

HSL color Cylindrical-coordinate representation of color #D1F880: hue angle of 79.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1F880 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 248 128 -
CMYK 0.16 0 0.48 0.03
HSL 79.5º 0.9% 0.74% -
HSV(B) 79.5º 0.48% 0.97% -
XYZ 63.76 82.25 32.94 -
YUV 222.66 74.58 118.26 -
System Red Green Blue C M Y K H S L
Decimal 209 248 128 0.16 0 0.48 0.03 79.5 0.9 0.74
Hex D1 F8 80 10 0 30 3 50 5A 4A
Octal 321 370 200 20 0 60 3 120 132 112
Binary 11010001 11111000 10000000 10000 0 110000 11 1010000 1011010 1001010

Color Harmonies of #D1F880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F880

Black with #D1F880

Text Example


Text Example

White with #D1F880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F880; }

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

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

background-color css

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

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

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

border-color css

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

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

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