Html Css Color HEX #6FD07F Pastel Green

📋 copy color: '#6FD07F'

red 111 ◦ green 208 ◦ blue 127

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

Shades of Pastel Green #6FD07F

Tints of Pastel Green #6FD07F

RGB

 RED value IS 111 (43.75% from 255) = 24.89%

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

 BLUE value IS 127 (50% from 255) = 28.48%

R = 24.89%
G = 46.64%
B = 28.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#6FD07F (or 0x6FD07F) is known color: Pastel Green. HEX triplet: 6F, D0 and 7F. RGB value is (111,208,127). Sum of RGB (Red+Green+Blue) = 111+208+127=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD07F is #902F80. Grayscale: #A9A9A9. Windows color (decimal): -9449345 or 8376431. OLE color: 8376431.

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

Color convert

RGB 111 208 127 -
CMYK 0.47 0 0.39 0.18
HSL 129.9º 0.51% 0.63% -
HSV(B) 129.9º 0.47% 0.82% -
XYZ 32.94 50.02 28 -
YUV 169.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 111 208 127 0.47 0 0.39 0.18 129.9 0.51 0.63
Hex 6F D0 7F 2F 0 27 12 82 33 3F
Octal 157 320 177 57 0 47 22 202 63 77
Binary 1101111 11010000 1111111 101111 0 100111 10010 10000010 110011 111111

Color Harmonies of #6FD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD07F

Black with #6FD07F

Text Example


Text Example

White with #6FD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,208,127); }

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

background-color css

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

 a { background-color: rgb(111,208,127); }

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

border-color css

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

 span { border-color: rgb(111,208,127); }

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