#84cf06

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

Shades of Citrus #84CF06

Tints of Citrus #84CF06

Color information

#84CF06 (or 0x84CF06) is unknown color: approx Citrus. HEX triplet: 84, CF and 06. RGB value is (132,207,6). Sum of RGB (Red+Green+Blue) = 132+207+6=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CF06 is #7B30F9. Grayscale: #A2A2A2. Windows color (decimal): -8073466 or 446340. OLE color: 446340.

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

Color convert

RGB1322076-
CMYK0.3600.970.19
HSL82.39º94.37%41.76%-
HSV(B)82.39º97.1%81.18%-
XYZ31.8649.548.06-
YUV161.6640.15106.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 207 (81.25% from 255) = 60%
BLUE value IS 6 (2.73% from 255) = 1.74%
R=38.26%
G=60%
B=1.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13220760.3600.970.1982.3994.3741.76
Hex84CF62406113525e2a
Octal20431764401412312213652
Binary1000010011001111110100100011000011001110100101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84cf06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,207,6); }

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

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

 a { background-color: rgb(132,207,6); }

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

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

 span { border-color: rgb(132,207,6); }

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