Html Css Color HEX #6FD082 Pastel Green

📋 copy color: '#6FD082'

red 111 ◦ green 208 ◦ blue 130

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

Shades of Pastel Green #6FD082

Tints of Pastel Green #6FD082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 24.72%
G = 46.33%
B = 28.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#6FD082 (or 0x6FD082) is known color: Pastel Green. HEX triplet: 6F, D0 and 82. RGB value is (111,208,130). Sum of RGB (Red+Green+Blue) = 111+208+130=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD082 is #902F7D. Grayscale: #AAAAAA. Windows color (decimal): -9449342 or 8573039. OLE color: 8573039.

HSL color Cylindrical-coordinate representation of color #6FD082: hue angle of 131.75º 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 #6FD082 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 208 130 -
CMYK 0.47 0 0.38 0.18
HSL 131.75º 0.51% 0.63% -
HSV(B) 131.75º 0.47% 0.82% -
XYZ 33.14 50.1 29.04 -
YUV 170.11 105.36 85.84 -
System Red Green Blue C M Y K H S L
Decimal 111 208 130 0.47 0 0.38 0.18 131.75 0.51 0.63
Hex 6F D0 82 2F 0 26 12 84 33 3F
Octal 157 320 202 57 0 46 22 204 63 77
Binary 1101111 11010000 10000010 101111 0 100110 10010 10000100 110011 111111

Color Harmonies of #6FD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD082

Black with #6FD082

Text Example


Text Example

White with #6FD082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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