#D6F780

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

Shades of Sulu #D6F780

Tints of Sulu #D6F780

Color information

#D6F780 (or 0xD6F780) is unknown color: approx Sulu. HEX triplet: D6, F7 and 80. RGB value is (214,247,128). Sum of RGB (Red+Green+Blue) = 214+247+128=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F780 is #29087F. Grayscale: #E0E0E0. Windows color (decimal): -2689152 or 8452054. OLE color: 8452054.

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

Color convert

RGB214247128-
CMYK0.1300.480.03
HSL76.64º88.15%73.53%-
HSV(B)76.64º48.18%96.86%-
XYZ64.8982.3832.9-
YUV223.5774.07121.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 247 (96.88% from 255) = 41.94%
BLUE value IS 128 (50.39% from 255) = 21.73%
R=36.33%
G=41.94%
B=21.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142471280.1300.480.0376.6488.1573.53
HexD6F780D03034d584a
Octal326367200150603115130112
Binary1101011011110111100000001101011000011100110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F780; }

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

 H1.HeaderClassName
 {
   color: #D6F780;
 }
 .AnyTagClassName
 {
   color: #D6F780;
 }
</style>
background-color css

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

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

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

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

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

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