Html Css Color HEX #84FB0C Chartreuse

📋 copy color: '#84FB0C'

red 132 ◦ green 251 ◦ blue 12

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

Shades of Chartreuse #84FB0C

Tints of Chartreuse #84FB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 33.42%
G = 63.54%
B = 3.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#84FB0C (or 0x84FB0C) is known color: Chartreuse. HEX triplet: 84, FB and 0C. RGB value is (132,251,12). Sum of RGB (Red+Green+Blue) = 132+251+12=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #84FB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FB0C is #7B04F3. Grayscale: #BDBDBD. Windows color (decimal): -8062196 or 850820. OLE color: 850820.

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

Color convert

RGB 132 251 12 -
CMYK 0.47 0 0.95 0.02
HSL 89.87º 0.97% 0.52% -
HSV(B) 89.87º 0.95% 0.98% -
XYZ 44.08 73.93 12.29 -
YUV 188.17 28.58 87.93 -
System Red Green Blue C M Y K H S L
Decimal 132 251 12 0.47 0 0.95 0.02 89.87 0.97 0.52
Hex 84 FB C 2F 0 5F 2 5A 61 34
Octal 204 373 14 57 0 137 2 132 141 64
Binary 10000100 11111011 1100 101111 0 1011111 10 1011010 1100001 110100

Color Harmonies of #84FB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FB0C

Black with #84FB0C

Text Example


Text Example

White with #84FB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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