Html Css Color HEX #84F232 Green Yellow

📋 copy color: '#84F232'

red 132 ◦ green 242 ◦ blue 50

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

Shades of Green Yellow #84F232

Tints of Green Yellow #84F232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.08%

 BLUE value IS 50 (19.92% from 255) = 11.79%

R = 31.13%
G = 57.08%
B = 11.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#84F232 (or 0x84F232) is known color: Green Yellow. HEX triplet: 84, F2 and 32. RGB value is (132,242,50). Sum of RGB (Red+Green+Blue) = 132+242+50=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #84F232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F232 is #7B0DCD. Grayscale: #BBBBBB. Windows color (decimal): -8064462 or 3338884. OLE color: 3338884.

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

Color convert

RGB 132 242 50 -
CMYK 0.45 0 0.79 0.05
HSL 94.38º 0.88% 0.57% -
HSV(B) 94.38º 0.79% 0.95% -
XYZ 41.84 68.64 14.06 -
YUV 187.22 50.56 88.61 -
System Red Green Blue C M Y K H S L
Decimal 132 242 50 0.45 0 0.79 0.05 94.38 0.88 0.57
Hex 84 F2 32 2D 0 4F 5 5E 58 39
Octal 204 362 62 55 0 117 5 136 130 71
Binary 10000100 11110010 110010 101101 0 1001111 101 1011110 1011000 111001

Color Harmonies of #84F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F232

Black with #84F232

Text Example


Text Example

White with #84F232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,242,50); }

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

background-color css

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

 a { background-color: rgb(132,242,50); }

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

border-color css

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

 span { border-color: rgb(132,242,50); }

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