#84C103

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

Shades of Citrus #84C103

Tints of Citrus #84C103

Color information

#84C103 (or 0x84C103) is unknown color: approx Citrus. HEX triplet: 84, C1 and 03. RGB value is (132,193,3). Sum of RGB (Red+Green+Blue) = 132+193+3=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #84C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C103 is #7B3EFC. Grayscale: #999999. Windows color (decimal): -8077053 or 246148. OLE color: 246148.

HSL color Cylindrical-coordinate representation of color #84C103: hue angle of 79.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84C103 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1321933-
CMYK0.3200.980.24
HSL79.26º96.94%38.43%-
HSV(B)79.26º98.45%75.69%-
XYZ28.643.056.89-
YUV153.143.29112.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 193 (75.78% from 255) = 58.84%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=40.24%
G=58.84%
B=0.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13219330.3200.980.2479.2696.9438.43
Hex84C1320062184f6126
Octal20430134001423011714146
Binary100001001100000111100000011000101100010011111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,193,3); }

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

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

 a { background-color: rgb(132,193,3); }

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

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

 span { border-color: rgb(132,193,3); }

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