Html Css Color HEX #6BDD8A Pastel Green

📋 copy color: '#6BDD8A'

red 107 ◦ green 221 ◦ blue 138

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

Shades of Pastel Green #6BDD8A

Tints of Pastel Green #6BDD8A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

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

R = 22.96%
G = 47.42%
B = 29.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#6BDD8A (or 0x6BDD8A) is known color: Pastel Green. HEX triplet: 6B, DD and 8A. RGB value is (107,221,138). Sum of RGB (Red+Green+Blue) = 107+221+138=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDD8A is #942275. Grayscale: #B1B1B1. Windows color (decimal): -9708150 or 9100651. OLE color: 9100651.

HSL color Cylindrical-coordinate representation of color #6BDD8A: hue angle of 136.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDD8A is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 138 -
CMYK 0.52 0 0.38 0.13
HSL 136.32º 0.63% 0.64% -
HSV(B) 136.32º 0.52% 0.87% -
XYZ 36.51 56.67 33.06 -
YUV 177.45 105.73 77.75 -
System Red Green Blue C M Y K H S L
Decimal 107 221 138 0.52 0 0.38 0.13 136.32 0.63 0.64
Hex 6B DD 8A 34 0 26 D 88 3F 40
Octal 153 335 212 64 0 46 15 210 77 100
Binary 1101011 11011101 10001010 110100 0 100110 1101 10001000 111111 1000000

Color Harmonies of #6BDD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDD8A

Black with #6BDD8A

Text Example


Text Example

White with #6BDD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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