Html Css Color HEX #84F125 Lawn Green

📋 copy color: '#84F125'

red 132 ◦ green 241 ◦ blue 37

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

Shades of Lawn Green #84F125

Tints of Lawn Green #84F125

RGB

 RED value IS 132 (51.95% from 255) = 32.2%

 GREEN value IS 241 (94.53% from 255) = 58.78%

 BLUE value IS 37 (14.84% from 255) = 9.02%

R = 32.2%
G = 58.78%
B = 9.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#84F125 (or 0x84F125) is known color: Lawn Green. HEX triplet: 84, F1 and 25. RGB value is (132,241,37). Sum of RGB (Red+Green+Blue) = 132+241+37=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #84F125 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F125 is #7B0EDA. Grayscale: #B9B9B9. Windows color (decimal): -8064731 or 2486660. OLE color: 2486660.

HSL color Cylindrical-coordinate representation of color #84F125: hue angle of 92.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84F125 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 241 37 -
CMYK 0.45 0 0.85 0.05
HSL 92.06º 0.88% 0.55% -
HSV(B) 92.06º 0.85% 0.95% -
XYZ 41.3 67.95 12.69 -
YUV 185.15 44.39 90.09 -
System Red Green Blue C M Y K H S L
Decimal 132 241 37 0.45 0 0.85 0.05 92.06 0.88 0.55
Hex 84 F1 25 2D 0 55 5 5C 58 37
Octal 204 361 45 55 0 125 5 134 130 67
Binary 10000100 11110001 100101 101101 0 1010101 101 1011100 1011000 110111

Color Harmonies of #84F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F125

Black with #84F125

Text Example


Text Example

White with #84F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84F125; }

 p { color: rgb(132,241,37); }

 H1.HeaderClassName
 {
   color: #84F125;
 }
 .AnyTagClassName
 {
   color: #84F125;
 }
</style>

background-color css

<style>
 a { background-color: #84F125; }

 a { background-color: rgb(132,241,37); }

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

border-color css

<style>
 span { border-color: #84F125; }

 span { border-color: rgb(132,241,37); }

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