#D6F980

Color #D6F980 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D6F980

Tints of Sulu #D6F980

Color information

#D6F980 (or 0xD6F980) is unknown color: approx 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

RGB214249128-
CMYK0.1400.490.02
HSL77.36º90.98%73.92%-
HSV(B)77.36º48.59%97.65%-
XYZ65.583.6133.11-
YUV224.7473.4120.34-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142491280.1400.490.0277.3690.9873.92
HexD6F980E03124d5b4a
Octal326371200160612115133112
Binary1101011011111001100000001110011000110100110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>