Html Css Color HEX #D8F980 Sulu

📋 copy color: '#D8F980'

red 216 ◦ green 249 ◦ blue 128

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

Shades of Sulu #D8F980

Tints of Sulu #D8F980

RGB

 RED value IS 216 (84.77% from 255) = 36.42%

 GREEN value IS 249 (97.66% from 255) = 41.99%

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

R = 36.42%
G = 41.99%
B = 21.59%

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

#D8F980 (or 0xD8F980) is known color: Sulu. HEX triplet: D8, F9 and 80. RGB value is (216,249,128). Sum of RGB (Red+Green+Blue) = 216+249+128=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F980 is #27067F. Grayscale: #E1E1E1. Windows color (decimal): -2557568 or 8452568. OLE color: 8452568.

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

Color convert

RGB 216 249 128 -
CMYK 0.13 0 0.49 0.02
HSL 76.36º 0.91% 0.74% -
HSV(B) 76.36º 0.49% 0.98% -
XYZ 66.09 83.91 33.13 -
YUV 225.34 73.07 121.34 -
System Red Green Blue C M Y K H S L
Decimal 216 249 128 0.13 0 0.49 0.02 76.36 0.91 0.74
Hex D8 F9 80 D 0 31 2 4C 5B 4A
Octal 330 371 200 15 0 61 2 114 133 112
Binary 11011000 11111001 10000000 1101 0 110001 10 1001100 1011011 1001010

Color Harmonies of #D8F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F980

Black with #D8F980

Text Example


Text Example

White with #D8F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F980; }

 p { color: rgb(216,249,128); }

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

background-color css

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

 a { background-color: rgb(216,249,128); }

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

border-color css

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

 span { border-color: rgb(216,249,128); }

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