#84F234

Color #84F234 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #84F234

Tints of Green Yellow #84F234

Color information

#84F234 (or 0x84F234) is unknown color: approx Green Yellow. HEX triplet: 84, F2 and 34. RGB value is (132,242,52). Sum of RGB (Red+Green+Blue) = 132+242+52=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #84F234 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F234 is #7B0DCB. Grayscale: #BCBCBC. Windows color (decimal): -8064460 or 3469956. OLE color: 3469956.

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

Color convert

RGB13224252-
CMYK0.4500.790.05
HSL94.74º87.96%57.65%-
HSV(B)94.74º78.51%94.9%-
XYZ41.8968.6614.29-
YUV187.4551.5688.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 242 (94.92% from 255) = 56.81%
BLUE value IS 52 (20.70% from 255) = 12.21%
R=30.99%
G=56.81%
B=12.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132242520.4500.790.0594.7487.9657.65
Hex84F2342D04F55f583a
Octal20436264550117513713072
Binary10000100111100101101001011010100111110110111111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84F234;
 }
 .AnyTagClassName
 {
   color: #84F234;
 }
</style>
background-color css

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

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

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

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

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

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