Html Css Color HEX #84C000 Citrus

📋 copy color: '#84C000'

red 132 ◦ green 192 ◦ blue 0

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

Shades of Citrus #84C000

Tints of Citrus #84C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.74%
G = 59.26%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#84C000 (or 0x84C000) is known color: Citrus. HEX triplet: 84, C0 and 00. RGB value is (132,192,0). Sum of RGB (Red+Green+Blue) = 132+192+0=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #84C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C000 is #7B3FFF. Grayscale: #989898. Windows color (decimal): -8077312 or 49284. OLE color: 49284.

HSL color Cylindrical-coordinate representation of color #84C000: hue angle of 78.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84C000 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 192 0 -
CMYK 0.31 0 1 0.25
HSL 78.75º 1% 0.38% -
HSV(B) 78.75º 1% 0.75% -
XYZ 28.37 42.6 6.73 -
YUV 152.17 42.12 113.61 -
System Red Green Blue C M Y K H S L
Decimal 132 192 0 0.31 0 1 0.25 78.75 1 0.38
Hex 84 C0 0 1F 0 64 19 4F 64 26
Octal 204 300 0 37 0 144 31 117 144 46
Binary 10000100 11000000 0 11111 0 1100100 11001 1001111 1100100 100110

Color Harmonies of #84C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C000

Black with #84C000

Text Example


Text Example

White with #84C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,192,0); }

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

background-color css

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

 a { background-color: rgb(132,192,0); }

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

border-color css

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

 span { border-color: rgb(132,192,0); }

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