Html Css Color HEX #6FD085 Pastel Green

📋 copy color: '#6FD085'

red 111 ◦ green 208 ◦ blue 133

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

Shades of Pastel Green #6FD085

Tints of Pastel Green #6FD085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 24.56%
G = 46.02%
B = 29.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#6FD085 (or 0x6FD085) is known color: Pastel Green. HEX triplet: 6F, D0 and 85. RGB value is (111,208,133). Sum of RGB (Red+Green+Blue) = 111+208+133=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD085 is #902F7A. Grayscale: #AAAAAA. Windows color (decimal): -9449339 or 8769647. OLE color: 8769647.

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

Color convert

RGB 111 208 133 -
CMYK 0.47 0 0.36 0.18
HSL 133.61º 0.51% 0.63% -
HSV(B) 133.61º 0.47% 0.82% -
XYZ 33.35 50.18 30.12 -
YUV 170.45 106.86 85.6 -
System Red Green Blue C M Y K H S L
Decimal 111 208 133 0.47 0 0.36 0.18 133.61 0.51 0.63
Hex 6F D0 85 2F 0 24 12 86 33 3F
Octal 157 320 205 57 0 44 22 206 63 77
Binary 1101111 11010000 10000101 101111 0 100100 10010 10000110 110011 111111

Color Harmonies of #6FD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD085

Black with #6FD085

Text Example


Text Example

White with #6FD085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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