Html Css Color HEX #6FE585 Pastel Green

📋 copy color: '#6FE585'

red 111 ◦ green 229 ◦ blue 133

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

Shades of Pastel Green #6FE585

Tints of Pastel Green #6FE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

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

R = 23.47%
G = 48.41%
B = 28.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#6FE585 (or 0x6FE585) is known color: Pastel Green. HEX triplet: 6F, E5 and 85. RGB value is (111,229,133). Sum of RGB (Red+Green+Blue) = 111+229+133=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE585 is #901A7A. Grayscale: #B7B7B7. Windows color (decimal): -9443963 or 8775023. OLE color: 8775023.

HSL color Cylindrical-coordinate representation of color #6FE585: hue angle of 131.19º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE585 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 229 133 -
CMYK 0.52 0 0.42 0.10
HSL 131.19º 0.69% 0.67% -
HSV(B) 131.19º 0.52% 0.9% -
XYZ 38.81 61.11 31.94 -
YUV 182.77 99.91 76.81 -
System Red Green Blue C M Y K H S L
Decimal 111 229 133 0.52 0 0.42 0.10 131.19 0.69 0.67
Hex 6F E5 85 34 0 2A A 83 45 43
Octal 157 345 205 64 0 52 12 203 105 103
Binary 1101111 11100101 10000101 110100 0 101010 1010 10000011 1000101 1000011

Color Harmonies of #6FE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE585

Black with #6FE585

Text Example


Text Example

White with #6FE585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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