Html Css Color HEX #7EF085 Light Green

📋 copy color: '#7EF085'

red 126 ◦ green 240 ◦ blue 133

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

Shades of Light Green #7EF085

Tints of Light Green #7EF085

RGB

 RED value IS 126 (49.61% from 255) = 25.25%

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

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

R = 25.25%
G = 48.1%
B = 26.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#7EF085 (or 0x7EF085) is known color: Light Green. HEX triplet: 7E, F0 and 85. RGB value is (126,240,133). Sum of RGB (Red+Green+Blue) = 126+240+133=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF085 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF085 is #810F7A. Grayscale: #C2C2C2. Windows color (decimal): -8458107 or 8777854. OLE color: 8777854.

HSL color Cylindrical-coordinate representation of color #7EF085: hue angle of 123.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF085 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 240 133 -
CMYK 0.48 0 0.45 0.06
HSL 123.68º 0.79% 0.72% -
HSV(B) 123.68º 0.48% 0.94% -
XYZ 44 68.45 33.08 -
YUV 193.72 93.73 79.7 -
System Red Green Blue C M Y K H S L
Decimal 126 240 133 0.48 0 0.45 0.06 123.68 0.79 0.72
Hex 7E F0 85 30 0 2D 6 7C 4F 48
Octal 176 360 205 60 0 55 6 174 117 110
Binary 1111110 11110000 10000101 110000 0 101101 110 1111100 1001111 1001000

Color Harmonies of #7EF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF085

Black with #7EF085

Text Example


Text Example

White with #7EF085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,240,133); }

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

background-color css

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

 a { background-color: rgb(126,240,133); }

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

border-color css

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

 span { border-color: rgb(126,240,133); }

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