Html Css Color HEX #6DDC75 Pastel Green

📋 copy color: '#6DDC75'

red 109 ◦ green 220 ◦ blue 117

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

Shades of Pastel Green #6DDC75

Tints of Pastel Green #6DDC75

RGB

 RED value IS 109 (42.97% from 255) = 24.44%

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 24.44%
G = 49.33%
B = 26.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#6DDC75 (or 0x6DDC75) is known color: Pastel Green. HEX triplet: 6D, DC and 75. RGB value is (109,220,117). Sum of RGB (Red+Green+Blue) = 109+220+117=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDC75 is #92238A. Grayscale: #AFAFAF. Windows color (decimal): -9577355 or 7724141. OLE color: 7724141.

HSL color Cylindrical-coordinate representation of color #6DDC75: hue angle of 124.32º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDC75 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 220 117 -
CMYK 0.50 0 0.47 0.14
HSL 124.32º 0.61% 0.65% -
HSV(B) 124.32º 0.5% 0.86% -
XYZ 35.11 55.72 25.73 -
YUV 175.07 95.23 80.88 -
System Red Green Blue C M Y K H S L
Decimal 109 220 117 0.50 0 0.47 0.14 124.32 0.61 0.65
Hex 6D DC 75 32 0 2F E 7C 3D 41
Octal 155 334 165 62 0 57 16 174 75 101
Binary 1101101 11011100 1110101 110010 0 101111 1110 1111100 111101 1000001

Color Harmonies of #6DDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDC75

Black with #6DDC75

Text Example


Text Example

White with #6DDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,220,117); }

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

background-color css

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

 a { background-color: rgb(109,220,117); }

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

border-color css

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

 span { border-color: rgb(109,220,117); }

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