#84CE0C

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

Shades of Citrus #84CE0C

Tints of Citrus #84CE0C

Color information

#84CE0C (or 0x84CE0C) is unknown color: approx Citrus. HEX triplet: 84, CE and 0C. RGB value is (132,206,12). Sum of RGB (Red+Green+Blue) = 132+206+12=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 206 (80.86% from 255 or 58.86% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CE0C is #7B31F3. Grayscale: #A2A2A2. Windows color (decimal): -8073716 or 839300. OLE color: 839300.

HSL color Cylindrical-coordinate representation of color #84CE0C: hue angle of 82.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84CE0C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB13220612-
CMYK0.3600.940.19
HSL82.89º88.99%42.75%-
HSV(B)82.89º94.17%80.78%-
XYZ31.6549.078.15-
YUV161.7643.48106.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 206 (80.86% from 255) = 58.86%
BLUE value IS 12 (5.08% from 255) = 3.43%
R=37.71%
G=58.86%
B=3.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132206120.3600.940.1982.8988.9942.75
Hex84CEC2405E1353592b
Octal204316144401362312313153
Binary10000100110011101100100100010111101001110100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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