Html Css Color HEX #D9FA80 Sulu

📋 copy color: '#D9FA80'

red 217 ◦ green 250 ◦ blue 128

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

Shades of Sulu #D9FA80

Tints of Sulu #D9FA80

RGB

 RED value IS 217 (85.16% from 255) = 36.47%

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

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

R = 36.47%
G = 42.02%
B = 21.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D9FA80 (or 0xD9FA80) is known color: Sulu. HEX triplet: D9, FA and 80. RGB value is (217,250,128). Sum of RGB (Red+Green+Blue) = 217+250+128=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA80 is #26057F. Grayscale: #E2E2E2. Windows color (decimal): -2491776 or 8452825. OLE color: 8452825.

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

Color convert

RGB 217 250 128 -
CMYK 0.13 0 0.49 0.02
HSL 76.23º 0.92% 0.74% -
HSV(B) 76.23º 0.49% 0.98% -
XYZ 66.7 84.68 33.25 -
YUV 226.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 217 250 128 0.13 0 0.49 0.02 76.23 0.92 0.74
Hex D9 FA 80 D 0 31 2 4C 5C 4A
Octal 331 372 200 15 0 61 2 114 134 112
Binary 11011001 11111010 10000000 1101 0 110001 10 1001100 1011100 1001010

Color Harmonies of #D9FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA80

Black with #D9FA80

Text Example


Text Example

White with #D9FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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