Html Css Color HEX #6DCF70 Pastel Green

📋 copy color: '#6DCF70'

red 109 ◦ green 207 ◦ blue 112

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

Shades of Pastel Green #6DCF70

Tints of Pastel Green #6DCF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.36%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 25.47%
G = 48.36%
B = 26.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#6DCF70 (or 0x6DCF70) is known color: Pastel Green. HEX triplet: 6D, CF and 70. RGB value is (109,207,112). Sum of RGB (Red+Green+Blue) = 109+207+112=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCF70 is #92308F. Grayscale: #A7A7A7. Windows color (decimal): -9580688 or 7393133. OLE color: 7393133.

HSL color Cylindrical-coordinate representation of color #6DCF70: hue angle of 121.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCF70 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 112 -
CMYK 0.47 0 0.46 0.19
HSL 121.84º 0.51% 0.62% -
HSV(B) 121.84º 0.47% 0.81% -
XYZ 31.54 49.05 23.13 -
YUV 166.87 97.03 86.72 -
System Red Green Blue C M Y K H S L
Decimal 109 207 112 0.47 0 0.46 0.19 121.84 0.51 0.62
Hex 6D CF 70 2F 0 2E 13 7A 33 3E
Octal 155 317 160 57 0 56 23 172 63 76
Binary 1101101 11001111 1110000 101111 0 101110 10011 1111010 110011 111110

Color Harmonies of #6DCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCF70

Black with #6DCF70

Text Example


Text Example

White with #6DCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,112); }

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

background-color css

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

 a { background-color: rgb(109,207,112); }

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

border-color css

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

 span { border-color: rgb(109,207,112); }

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