Html Css Color HEX #84FB42 Green Yellow

📋 copy color: '#84FB42'

red 132 ◦ green 251 ◦ blue 66

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

Shades of Green Yellow #84FB42

Tints of Green Yellow #84FB42

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.9%

 BLUE value IS 66 (26.17% from 255) = 14.7%

R = 29.4%
G = 55.9%
B = 14.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#84FB42 (or 0x84FB42) is known color: Green Yellow. HEX triplet: 84, FB and 42. RGB value is (132,251,66). Sum of RGB (Red+Green+Blue) = 132+251+66=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FB42 is #7B04BD. Grayscale: #C2C2C2. Windows color (decimal): -8062142 or 4389764. OLE color: 4389764.

HSL color Cylindrical-coordinate representation of color #84FB42: hue angle of 98.59º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84FB42 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 251 66 -
CMYK 0.47 0 0.74 0.02
HSL 98.59º 0.96% 0.62% -
HSV(B) 98.59º 0.74% 0.98% -
XYZ 45 74.29 17.12 -
YUV 194.33 55.58 83.54 -
System Red Green Blue C M Y K H S L
Decimal 132 251 66 0.47 0 0.74 0.02 98.59 0.96 0.62
Hex 84 FB 42 2F 0 4A 2 63 60 3E
Octal 204 373 102 57 0 112 2 143 140 76
Binary 10000100 11111011 1000010 101111 0 1001010 10 1100011 1100000 111110

Color Harmonies of #84FB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FB42

Black with #84FB42

Text Example


Text Example

White with #84FB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,251,66); }

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

background-color css

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

 a { background-color: rgb(132,251,66); }

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

border-color css

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

 span { border-color: rgb(132,251,66); }

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