Html Css Color HEX #D8F981 Sulu

📋 copy color: '#D8F981'

red 216 ◦ green 249 ◦ blue 129

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

Shades of Sulu #D8F981

Tints of Sulu #D8F981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.72%

R = 36.36%
G = 41.92%
B = 21.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D8F981 (or 0xD8F981) is known color: Sulu. HEX triplet: D8, F9 and 81. RGB value is (216,249,129). Sum of RGB (Red+Green+Blue) = 216+249+129=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F981 is #27067E. Grayscale: #E1E1E1. Windows color (decimal): -2557567 or 8518104. OLE color: 8518104.

HSL color Cylindrical-coordinate representation of color #D8F981: hue angle of 76.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8F981 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 249 129 -
CMYK 0.13 0 0.48 0.02
HSL 76.5º 0.91% 0.74% -
HSV(B) 76.5º 0.48% 0.98% -
XYZ 66.16 83.94 33.48 -
YUV 225.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 216 249 129 0.13 0 0.48 0.02 76.5 0.91 0.74
Hex D8 F9 81 D 0 30 2 4C 5B 4A
Octal 330 371 201 15 0 60 2 114 133 112
Binary 11011000 11111001 10000001 1101 0 110000 10 1001100 1011011 1001010

Color Harmonies of #D8F981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F981

Black with #D8F981

Text Example


Text Example

White with #D8F981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F981; }

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

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

background-color css

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

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

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

border-color css

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

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

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