Html Css Color HEX #6CD970 Pastel Green

📋 copy color: '#6CD970'

red 108 ◦ green 217 ◦ blue 112

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

Shades of Pastel Green #6CD970

Tints of Pastel Green #6CD970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.66%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 24.71%
G = 49.66%
B = 25.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#6CD970 (or 0x6CD970) is known color: Pastel Green. HEX triplet: 6C, D9 and 70. RGB value is (108,217,112). Sum of RGB (Red+Green+Blue) = 108+217+112=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD970 is #93268F. Grayscale: #ACACAC. Windows color (decimal): -9643664 or 7395692. OLE color: 7395692.

HSL color Cylindrical-coordinate representation of color #6CD970: hue angle of 122.2º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD970 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 217 112 -
CMYK 0.50 0 0.48 0.15
HSL 122.2º 0.59% 0.64% -
HSV(B) 122.2º 0.5% 0.85% -
XYZ 33.92 53.98 23.96 -
YUV 172.44 93.89 82.04 -
System Red Green Blue C M Y K H S L
Decimal 108 217 112 0.50 0 0.48 0.15 122.2 0.59 0.64
Hex 6C D9 70 32 0 30 F 7A 3B 40
Octal 154 331 160 62 0 60 17 172 73 100
Binary 1101100 11011001 1110000 110010 0 110000 1111 1111010 111011 1000000

Color Harmonies of #6CD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD970

Black with #6CD970

Text Example


Text Example

White with #6CD970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,217,112); }

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

background-color css

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

 a { background-color: rgb(108,217,112); }

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

border-color css

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

 span { border-color: rgb(108,217,112); }

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