Html Css Color HEX #80F32F Lawn Green

📋 copy color: '#80F32F'

red 128 ◦ green 243 ◦ blue 47

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

Shades of Lawn Green #80F32F

Tints of Lawn Green #80F32F

RGB

 RED value IS 128 (50.39% from 255) = 30.62%

 GREEN value IS 243 (95.31% from 255) = 58.13%

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 30.62%
G = 58.13%
B = 11.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#80F32F (or 0x80F32F) is known color: Lawn Green. HEX triplet: 80, F3 and 2F. RGB value is (128,243,47). Sum of RGB (Red+Green+Blue) = 128+243+47=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #80F32F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F32F is #7F0CD0. Grayscale: #BABABA. Windows color (decimal): -8326353 or 3142528. OLE color: 3142528.

HSL color Cylindrical-coordinate representation of color #80F32F: hue angle of 95.2º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80F32F is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 243 47 -
CMYK 0.47 0 0.81 0.05
HSL 95.2º 0.89% 0.57% -
HSV(B) 95.2º 0.81% 0.95% -
XYZ 41.47 68.9 13.8 -
YUV 186.27 49.4 86.44 -
System Red Green Blue C M Y K H S L
Decimal 128 243 47 0.47 0 0.81 0.05 95.2 0.89 0.57
Hex 80 F3 2F 2F 0 51 5 5F 59 39
Octal 200 363 57 57 0 121 5 137 131 71
Binary 10000000 11110011 101111 101111 0 1010001 101 1011111 1011001 111001

Color Harmonies of #80F32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F32F

Black with #80F32F

Text Example


Text Example

White with #80F32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80F32F; }

 p { color: rgb(128,243,47); }

 H1.HeaderClassName
 {
   color: #80F32F;
 }
 .AnyTagClassName
 {
   color: #80F32F;
 }
</style>

background-color css

<style>
 a { background-color: #80F32F; }

 a { background-color: rgb(128,243,47); }

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

border-color css

<style>
 span { border-color: #80F32F; }

 span { border-color: rgb(128,243,47); }

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