Html Css Color HEX #6DD075 Pastel Green

📋 copy color: '#6DD075'

red 109 ◦ green 208 ◦ blue 117

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

Shades of Pastel Green #6DD075

Tints of Pastel Green #6DD075

RGB

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

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

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

R = 25.12%
G = 47.93%
B = 26.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#6DD075 (or 0x6DD075) is known color: Pastel Green. HEX triplet: 6D, D0 and 75. RGB value is (109,208,117). Sum of RGB (Red+Green+Blue) = 109+208+117=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD075 is #922F8A. Grayscale: #A8A8A8. Windows color (decimal): -9580427 or 7721069. OLE color: 7721069.

HSL color Cylindrical-coordinate representation of color #6DD075: hue angle of 124.85º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD075 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 208 117 -
CMYK 0.48 0 0.44 0.18
HSL 124.85º 0.51% 0.62% -
HSV(B) 124.85º 0.48% 0.82% -
XYZ 32.07 49.65 24.72 -
YUV 168.03 99.2 85.9 -
System Red Green Blue C M Y K H S L
Decimal 109 208 117 0.48 0 0.44 0.18 124.85 0.51 0.62
Hex 6D D0 75 30 0 2C 12 7D 33 3E
Octal 155 320 165 60 0 54 22 175 63 76
Binary 1101101 11010000 1110101 110000 0 101100 10010 1111101 110011 111110

Color Harmonies of #6DD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD075

Black with #6DD075

Text Example


Text Example

White with #6DD075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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