Html Css Color HEX #6CD380 Pastel Green

📋 copy color: '#6CD380'

red 108 ◦ green 211 ◦ blue 128

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

Shades of Pastel Green #6CD380

Tints of Pastel Green #6CD380

RGB

 RED value IS 108 (42.58% from 255) = 24.16%

 GREEN value IS 211 (82.81% from 255) = 47.2%

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

R = 24.16%
G = 47.2%
B = 28.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#6CD380 (or 0x6CD380) is known color: Pastel Green. HEX triplet: 6C, D3 and 80. RGB value is (108,211,128). Sum of RGB (Red+Green+Blue) = 108+211+128=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD380 is #932C7F. Grayscale: #AAAAAA. Windows color (decimal): -9645184 or 8442732. OLE color: 8442732.

HSL color Cylindrical-coordinate representation of color #6CD380: hue angle of 131.65º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD380 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 108 211 128 -
CMYK 0.49 0 0.39 0.17
HSL 131.65º 0.54% 0.63% -
HSV(B) 131.65º 0.49% 0.83% -
XYZ 33.37 51.34 28.57 -
YUV 170.74 103.88 83.25 -
System Red Green Blue C M Y K H S L
Decimal 108 211 128 0.49 0 0.39 0.17 131.65 0.54 0.63
Hex 6C D3 80 31 0 27 11 84 36 3F
Octal 154 323 200 61 0 47 21 204 66 77
Binary 1101100 11010011 10000000 110001 0 100111 10001 10000100 110110 111111

Color Harmonies of #6CD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD380

Black with #6CD380

Text Example


Text Example

White with #6CD380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,211,128); }

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

background-color css

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

 a { background-color: rgb(108,211,128); }

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

border-color css

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

 span { border-color: rgb(108,211,128); }

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