Html Css Color HEX #6BDA70 Pastel Green

📋 copy color: '#6BDA70'

red 107 ◦ green 218 ◦ blue 112

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

Shades of Pastel Green #6BDA70

Tints of Pastel Green #6BDA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.89%

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

R = 24.49%
G = 49.89%
B = 25.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#6BDA70 (or 0x6BDA70) is known color: Pastel Green. HEX triplet: 6B, DA and 70. RGB value is (107,218,112). Sum of RGB (Red+Green+Blue) = 107+218+112=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA70 is #94258F. Grayscale: #ADADAD. Windows color (decimal): -9708944 or 7395947. OLE color: 7395947.

HSL color Cylindrical-coordinate representation of color #6BDA70: hue angle of 122.7º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDA70 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 218 112 -
CMYK 0.51 0 0.49 0.15
HSL 122.7º 0.6% 0.64% -
HSV(B) 122.7º 0.51% 0.85% -
XYZ 34.06 54.44 24.04 -
YUV 172.73 93.73 81.12 -
System Red Green Blue C M Y K H S L
Decimal 107 218 112 0.51 0 0.49 0.15 122.7 0.6 0.64
Hex 6B DA 70 33 0 31 F 7B 3C 40
Octal 153 332 160 63 0 61 17 173 74 100
Binary 1101011 11011010 1110000 110011 0 110001 1111 1111011 111100 1000000

Color Harmonies of #6BDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDA70

Black with #6BDA70

Text Example


Text Example

White with #6BDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,218,112); }

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

background-color css

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

 a { background-color: rgb(107,218,112); }

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

border-color css

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

 span { border-color: rgb(107,218,112); }

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