Html Css Color HEX #7FE085 Pastel Green

📋 copy color: '#7FE085'

red 127 ◦ green 224 ◦ blue 133

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

Shades of Pastel Green #7FE085

Tints of Pastel Green #7FE085

RGB

 RED value IS 127 (50% from 255) = 26.24%

 GREEN value IS 224 (87.89% from 255) = 46.28%

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

R = 26.24%
G = 46.28%
B = 27.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#7FE085 (or 0x7FE085) is known color: Pastel Green. HEX triplet: 7F, E0 and 85. RGB value is (127,224,133). Sum of RGB (Red+Green+Blue) = 127+224+133=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE085 is #801F7A. Grayscale: #B8B8B8. Windows color (decimal): -8396667 or 8773759. OLE color: 8773759.

HSL color Cylindrical-coordinate representation of color #7FE085: hue angle of 123.71º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FE085 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 224 133 -
CMYK 0.43 0 0.41 0.12
HSL 123.71º 0.61% 0.69% -
HSV(B) 123.71º 0.43% 0.88% -
XYZ 39.64 59.52 31.59 -
YUV 184.62 98.86 86.9 -
System Red Green Blue C M Y K H S L
Decimal 127 224 133 0.43 0 0.41 0.12 123.71 0.61 0.69
Hex 7F E0 85 2B 0 29 C 7C 3D 45
Octal 177 340 205 53 0 51 14 174 75 105
Binary 1111111 11100000 10000101 101011 0 101001 1100 1111100 111101 1000101

Color Harmonies of #7FE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE085

Black with #7FE085

Text Example


Text Example

White with #7FE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FE085; }

 p { color: rgb(127,224,133); }

 H1.HeaderClassName
 {
   color: #7FE085;
 }
 .AnyTagClassName
 {
   color: #7FE085;
 }
</style>

background-color css

<style>
 a { background-color: #7FE085; }

 a { background-color: rgb(127,224,133); }

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

border-color css

<style>
 span { border-color: #7FE085; }

 span { border-color: rgb(127,224,133); }

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