Html Css Color HEX #7FF270 Pastel Green

📋 copy color: '#7FF270'

red 127 ◦ green 242 ◦ blue 112

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

Shades of Pastel Green #7FF270

Tints of Pastel Green #7FF270

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.31%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 26.4%
G = 50.31%
B = 23.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#7FF270 (or 0x7FF270) is known color: Pastel Green. HEX triplet: 7F, F2 and 70. RGB value is (127,242,112). Sum of RGB (Red+Green+Blue) = 127+242+112=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF270 is #800D8F. Grayscale: #C1C1C1. Windows color (decimal): -8392080 or 7402111. OLE color: 7402111.

HSL color Cylindrical-coordinate representation of color #7FF270: hue angle of 113.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FF270 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 242 112 -
CMYK 0.48 0 0.54 0.05
HSL 113.08º 0.83% 0.69% -
HSV(B) 113.08º 0.54% 0.95% -
XYZ 43.43 69.19 26.39 -
YUV 192.8 82.4 81.07 -
System Red Green Blue C M Y K H S L
Decimal 127 242 112 0.48 0 0.54 0.05 113.08 0.83 0.69
Hex 7F F2 70 30 0 36 5 71 53 45
Octal 177 362 160 60 0 66 5 161 123 105
Binary 1111111 11110010 1110000 110000 0 110110 101 1110001 1010011 1000101

Color Harmonies of #7FF270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF270

Black with #7FF270

Text Example


Text Example

White with #7FF270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,242,112); }

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

background-color css

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

 a { background-color: rgb(127,242,112); }

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

border-color css

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

 span { border-color: rgb(127,242,112); }

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