Html Css Color HEX #7FE694 Light Green

📋 copy color: '#7FE694'

red 127 ◦ green 230 ◦ blue 148

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

Shades of Light Green #7FE694

Tints of Light Green #7FE694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.54%

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 25.15%
G = 45.54%
B = 29.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#7FE694 (or 0x7FE694) is known color: Light Green. HEX triplet: 7F, E6 and 94. RGB value is (127,230,148). Sum of RGB (Red+Green+Blue) = 127+230+148=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE694 is #80196B. Grayscale: #BEBEBE. Windows color (decimal): -8395116 or 9758335. OLE color: 9758335.

HSL color Cylindrical-coordinate representation of color #7FE694: hue angle of 132.23º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE694 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 230 148 -
CMYK 0.45 0 0.36 0.10
HSL 132.23º 0.67% 0.7% -
HSV(B) 132.23º 0.45% 0.9% -
XYZ 42.39 63.24 37.99 -
YUV 189.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 127 230 148 0.45 0 0.36 0.10 132.23 0.67 0.7
Hex 7F E6 94 2D 0 24 A 84 43 46
Octal 177 346 224 55 0 44 12 204 103 106
Binary 1111111 11100110 10010100 101101 0 100100 1010 10000100 1000011 1000110

Color Harmonies of #7FE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE694

Black with #7FE694

Text Example


Text Example

White with #7FE694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,230,148); }

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

background-color css

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

 a { background-color: rgb(127,230,148); }

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

border-color css

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

 span { border-color: rgb(127,230,148); }

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