Html Css Color HEX #6FE185 Pastel Green

📋 copy color: '#6FE185'

red 111 ◦ green 225 ◦ blue 133

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

Shades of Pastel Green #6FE185

Tints of Pastel Green #6FE185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.97%

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

R = 23.67%
G = 47.97%
B = 28.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#6FE185 (or 0x6FE185) is known color: Pastel Green. HEX triplet: 6F, E1 and 85. RGB value is (111,225,133). Sum of RGB (Red+Green+Blue) = 111+225+133=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE185 is #901E7A. Grayscale: #B4B4B4. Windows color (decimal): -9444987 or 8773999. OLE color: 8773999.

HSL color Cylindrical-coordinate representation of color #6FE185: hue angle of 131.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE185 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 225 133 -
CMYK 0.51 0 0.41 0.12
HSL 131.58º 0.66% 0.66% -
HSV(B) 131.58º 0.51% 0.88% -
XYZ 37.71 58.92 31.58 -
YUV 180.43 101.23 78.48 -
System Red Green Blue C M Y K H S L
Decimal 111 225 133 0.51 0 0.41 0.12 131.58 0.66 0.66
Hex 6F E1 85 33 0 29 C 84 42 42
Octal 157 341 205 63 0 51 14 204 102 102
Binary 1101111 11100001 10000101 110011 0 101001 1100 10000100 1000010 1000010

Color Harmonies of #6FE185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE185

Black with #6FE185

Text Example


Text Example

White with #6FE185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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