#94C516

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

Shades of Citrus #94C516

Tints of Citrus #94C516

Color information

#94C516 (or 0x94C516) is unknown color: approx Citrus. HEX triplet: 94, C5 and 16. RGB value is (148,197,22). Sum of RGB (Red+Green+Blue) = 148+197+22=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #94C516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C516 is #6B3AE9. Grayscale: #A3A3A3. Windows color (decimal): -7027434 or 1492372. OLE color: 1492372.

HSL color Cylindrical-coordinate representation of color #94C516: hue angle of 76.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94C516 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB14819722-
CMYK0.2500.890.23
HSL76.8º79.91%42.94%-
HSV(B)76.8º88.83%77.25%-
XYZ32.3246.297.99-
YUV162.448.77117.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 197 (77.34% from 255) = 53.68%
BLUE value IS 22 (8.98% from 255) = 5.99%
R=40.33%
G=53.68%
B=5.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148197220.2500.890.2376.879.9142.94
Hex94C51619059174d502b
Octal224305263101312711512053
Binary10010100110001011011011001010110011011110011011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C516; }

 p { color: rgb(148,197,22); }

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

<style>
 a { background-color: #94C516; }

 a { background-color: rgb(148,197,22); }

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

<style>
 span { border-color: #94C516; }

 span { border-color: rgb(148,197,22); }

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