Html Css Color HEX #6BED8A Pastel Green

📋 copy color: '#6BED8A'

red 107 ◦ green 237 ◦ blue 138

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

Shades of Pastel Green #6BED8A

Tints of Pastel Green #6BED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.17%

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 22.2%
G = 49.17%
B = 28.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#6BED8A (or 0x6BED8A) is known color: Pastel Green. HEX triplet: 6B, ED and 8A. RGB value is (107,237,138). Sum of RGB (Red+Green+Blue) = 107+237+138=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BED8A is #941275. Grayscale: #BBBBBB. Windows color (decimal): -9704054 or 9104747. OLE color: 9104747.

HSL color Cylindrical-coordinate representation of color #6BED8A: hue angle of 134.31º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BED8A is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 237 138 -
CMYK 0.55 0 0.42 0.07
HSL 134.31º 0.78% 0.67% -
HSV(B) 134.31º 0.55% 0.93% -
XYZ 40.94 65.53 34.54 -
YUV 186.84 100.43 71.05 -
System Red Green Blue C M Y K H S L
Decimal 107 237 138 0.55 0 0.42 0.07 134.31 0.78 0.67
Hex 6B ED 8A 37 0 2A 7 86 4E 43
Octal 153 355 212 67 0 52 7 206 116 103
Binary 1101011 11101101 10001010 110111 0 101010 111 10000110 1001110 1000011

Color Harmonies of #6BED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BED8A

Black with #6BED8A

Text Example


Text Example

White with #6BED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,237,138); }

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

background-color css

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

 a { background-color: rgb(107,237,138); }

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

border-color css

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

 span { border-color: rgb(107,237,138); }

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