Html Css Color HEX #84FB04 Chartreuse

📋 copy color: '#84FB04'

red 132 ◦ green 251 ◦ blue 4

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

Shades of Chartreuse #84FB04

Tints of Chartreuse #84FB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 34.11%
G = 64.86%
B = 1.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#84FB04 (or 0x84FB04) is known color: Chartreuse. HEX triplet: 84, FB and 04. RGB value is (132,251,4). Sum of RGB (Red+Green+Blue) = 132+251+4=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 251 (98.44% from 255 or 64.86% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FB04 is #7B04FB. Grayscale: #BCBCBC. Windows color (decimal): -8062204 or 326532. OLE color: 326532.

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

Color convert

RGB 132 251 4 -
CMYK 0.47 0 0.98 0.02
HSL 88.91º 0.97% 0.5% -
HSV(B) 88.91º 0.98% 0.98% -
XYZ 44.03 73.91 12.06 -
YUV 187.26 24.58 88.58 -
System Red Green Blue C M Y K H S L
Decimal 132 251 4 0.47 0 0.98 0.02 88.91 0.97 0.5
Hex 84 FB 4 2F 0 62 2 59 61 32
Octal 204 373 4 57 0 142 2 131 141 62
Binary 10000100 11111011 100 101111 0 1100010 10 1011001 1100001 110010

Color Harmonies of #84FB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FB04

Black with #84FB04

Text Example


Text Example

White with #84FB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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