Html Css Color HEX #6BD080 Pastel Green

📋 copy color: '#6BD080'

red 107 ◦ green 208 ◦ blue 128

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

Shades of Pastel Green #6BD080

Tints of Pastel Green #6BD080

RGB

 RED value IS 107 (42.19% from 255) = 24.15%

 GREEN value IS 208 (81.64% from 255) = 46.95%

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

R = 24.15%
G = 46.95%
B = 28.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#6BD080 (or 0x6BD080) is known color: Pastel Green. HEX triplet: 6B, D0 and 80. RGB value is (107,208,128). Sum of RGB (Red+Green+Blue) = 107+208+128=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD080 is #942F7F. Grayscale: #A8A8A8. Windows color (decimal): -9711488 or 8441963. OLE color: 8441963.

HSL color Cylindrical-coordinate representation of color #6BD080: hue angle of 132.48º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD080 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 208 128 -
CMYK 0.49 0 0.38 0.18
HSL 132.48º 0.52% 0.62% -
HSV(B) 132.48º 0.49% 0.82% -
XYZ 32.52 49.8 28.32 -
YUV 168.68 105.04 84 -
System Red Green Blue C M Y K H S L
Decimal 107 208 128 0.49 0 0.38 0.18 132.48 0.52 0.62
Hex 6B D0 80 31 0 26 12 84 34 3E
Octal 153 320 200 61 0 46 22 204 64 76
Binary 1101011 11010000 10000000 110001 0 100110 10010 10000100 110100 111110

Color Harmonies of #6BD080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD080

Black with #6BD080

Text Example


Text Example

White with #6BD080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BD080; }

 p { color: rgb(107,208,128); }

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

background-color css

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

 a { background-color: rgb(107,208,128); }

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

border-color css

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

 span { border-color: rgb(107,208,128); }

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