Html Css Color HEX #D6F981 Sulu

📋 copy color: '#D6F981'

red 214 ◦ green 249 ◦ blue 129

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

Shades of Sulu #D6F981

Tints of Sulu #D6F981

RGB

 RED value IS 214 (83.98% from 255) = 36.15%

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

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

R = 36.15%
G = 42.06%
B = 21.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D6F981 (or 0xD6F981) is known color: Sulu. HEX triplet: D6, F9 and 81. RGB value is (214,249,129). Sum of RGB (Red+Green+Blue) = 214+249+129=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F981 is #29067E. Grayscale: #E1E1E1. Windows color (decimal): -2688639 or 8518102. OLE color: 8518102.

HSL color Cylindrical-coordinate representation of color #D6F981: hue angle of 77.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 #D6F981 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 129 -
CMYK 0.14 0 0.48 0.02
HSL 77.5º 0.91% 0.74% -
HSV(B) 77.5º 0.48% 0.98% -
XYZ 65.57 83.63 33.46 -
YUV 224.86 73.9 120.26 -
System Red Green Blue C M Y K H S L
Decimal 214 249 129 0.14 0 0.48 0.02 77.5 0.91 0.74
Hex D6 F9 81 E 0 30 2 4E 5B 4A
Octal 326 371 201 16 0 60 2 116 133 112
Binary 11010110 11111001 10000001 1110 0 110000 10 1001110 1011011 1001010

Color Harmonies of #D6F981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F981

Black with #D6F981

Text Example


Text Example

White with #D6F981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F981; }

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

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

background-color css

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

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

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

border-color css

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

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

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