Html Css Color HEX #7FF065 Pastel Green

📋 copy color: '#7FF065'

red 127 ◦ green 240 ◦ blue 101

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

Shades of Pastel Green #7FF065

Tints of Pastel Green #7FF065

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.28%

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 27.14%
G = 51.28%
B = 21.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#7FF065 (or 0x7FF065) is known color: Pastel Green. HEX triplet: 7F, F0 and 65. RGB value is (127,240,101). Sum of RGB (Red+Green+Blue) = 127+240+101=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF065 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF065 is #800F9A. Grayscale: #BEBEBE. Windows color (decimal): -8392603 or 6680703. OLE color: 6680703.

HSL color Cylindrical-coordinate representation of color #7FF065: hue angle of 108.78º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FF065 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 240 101 -
CMYK 0.47 0 0.58 0.06
HSL 108.78º 0.82% 0.67% -
HSV(B) 108.78º 0.58% 0.94% -
XYZ 42.26 67.77 23.17 -
YUV 190.37 77.56 82.8 -
System Red Green Blue C M Y K H S L
Decimal 127 240 101 0.47 0 0.58 0.06 108.78 0.82 0.67
Hex 7F F0 65 2F 0 3A 6 6D 52 43
Octal 177 360 145 57 0 72 6 155 122 103
Binary 1111111 11110000 1100101 101111 0 111010 110 1101101 1010010 1000011

Color Harmonies of #7FF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF065

Black with #7FF065

Text Example


Text Example

White with #7FF065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,240,101); }

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

background-color css

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

 a { background-color: rgb(127,240,101); }

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

border-color css

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

 span { border-color: rgb(127,240,101); }

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