Html Css Color HEX #6BCD80 Pastel Green

📋 copy color: '#6BCD80'

red 107 ◦ green 205 ◦ blue 128

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

Shades of Pastel Green #6BCD80

Tints of Pastel Green #6BCD80

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

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

R = 24.32%
G = 46.59%
B = 29.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#6BCD80 (or 0x6BCD80) is known color: Pastel Green. HEX triplet: 6B, CD and 80. RGB value is (107,205,128). Sum of RGB (Red+Green+Blue) = 107+205+128=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCD80 is #94327F. Grayscale: #A7A7A7. Windows color (decimal): -9712256 or 8441195. OLE color: 8441195.

HSL color Cylindrical-coordinate representation of color #6BCD80: hue angle of 132.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCD80 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 205 128 -
CMYK 0.48 0 0.38 0.20
HSL 132.86º 0.49% 0.61% -
HSV(B) 132.86º 0.48% 0.8% -
XYZ 31.79 48.35 28.08 -
YUV 166.92 106.03 85.26 -
System Red Green Blue C M Y K H S L
Decimal 107 205 128 0.48 0 0.38 0.20 132.86 0.49 0.61
Hex 6B CD 80 30 0 26 14 85 31 3D
Octal 153 315 200 60 0 46 24 205 61 75
Binary 1101011 11001101 10000000 110000 0 100110 10100 10000101 110001 111101

Color Harmonies of #6BCD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCD80

Black with #6BCD80

Text Example


Text Example

White with #6BCD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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