Html Css Color HEX #D6F980 Sulu

📋 copy color: '#D6F980'

red 214 ◦ green 249 ◦ blue 128

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

Shades of Sulu #D6F980

Tints of Sulu #D6F980

RGB

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

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

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

R = 36.21%
G = 42.13%
B = 21.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#D6F980 (or 0xD6F980) is known color: Sulu. HEX triplet: D6, F9 and 80. RGB value is (214,249,128). Sum of RGB (Red+Green+Blue) = 214+249+128=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F980 is #29067F. Grayscale: #E1E1E1. Windows color (decimal): -2688640 or 8452566. OLE color: 8452566.

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

Color convert

RGB 214 249 128 -
CMYK 0.14 0 0.49 0.02
HSL 77.36º 0.91% 0.74% -
HSV(B) 77.36º 0.49% 0.98% -
XYZ 65.5 83.61 33.11 -
YUV 224.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 214 249 128 0.14 0 0.49 0.02 77.36 0.91 0.74
Hex D6 F9 80 E 0 31 2 4D 5B 4A
Octal 326 371 200 16 0 61 2 115 133 112
Binary 11010110 11111001 10000000 1110 0 110001 10 1001101 1011011 1001010

Color Harmonies of #D6F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F980

Black with #D6F980

Text Example


Text Example

White with #D6F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F980; }

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

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

background-color css

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

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

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

border-color css

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

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

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