Html Css Color HEX #6BD07C Pastel Green

📋 copy color: '#6BD07C'

red 107 ◦ green 208 ◦ blue 124

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

Shades of Pastel Green #6BD07C

Tints of Pastel Green #6BD07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.25%

R = 24.37%
G = 47.38%
B = 28.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#6BD07C (or 0x6BD07C) is known color: Pastel Green. HEX triplet: 6B, D0 and 7C. RGB value is (107,208,124). Sum of RGB (Red+Green+Blue) = 107+208+124=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD07C is #942F83. Grayscale: #A8A8A8. Windows color (decimal): -9711492 or 8179819. OLE color: 8179819.

HSL color Cylindrical-coordinate representation of color #6BD07C: hue angle of 130.1º 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 #6BD07C is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 208 124 -
CMYK 0.49 0 0.40 0.18
HSL 130.1º 0.52% 0.62% -
HSV(B) 130.1º 0.49% 0.82% -
XYZ 32.26 49.69 26.96 -
YUV 168.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 107 208 124 0.49 0 0.40 0.18 130.1 0.52 0.62
Hex 6B D0 7C 31 0 28 12 82 34 3E
Octal 153 320 174 61 0 50 22 202 64 76
Binary 1101011 11010000 1111100 110001 0 101000 10010 10000010 110100 111110

Color Harmonies of #6BD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD07C

Black with #6BD07C

Text Example


Text Example

White with #6BD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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