#84CD04

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

Shades of Citrus #84CD04

Tints of Citrus #84CD04

Color information

#84CD04 (or 0x84CD04) is unknown color: approx Citrus. HEX triplet: 84, CD and 04. RGB value is (132,205,4). Sum of RGB (Red+Green+Blue) = 132+205+4=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CD04 is #7B32FB. Grayscale: #A0A0A0. Windows color (decimal): -8073980 or 314756. OLE color: 314756.

HSL color Cylindrical-coordinate representation of color #84CD04: hue angle of 81.79º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84CD04 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB1322054-
CMYK0.3600.980.20
HSL81.79º96.17%40.98%-
HSV(B)81.79º98.05%80.39%-
XYZ31.3748.587.84-
YUV160.2639.82107.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 205 (80.47% from 255) = 60.12%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=38.71%
G=60.12%
B=1.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13220540.3600.980.2081.7996.1740.98
Hex84CD42406214526029
Octal20431544401422412214051
Binary1000010011001101100100100011000101010010100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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