#73BF00

Color #73BF00 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #73BF00

Tints of Christi #73BF00

Color information

#73BF00 (or 0x73BF00) is unknown color: approx Christi. HEX triplet: 73, BF and 00. RGB value is (115,191,0). Sum of RGB (Red+Green+Blue) = 115+191+0=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BF00 is #8C40FF. Grayscale: #939393. Windows color (decimal): -9191680 or 49011. OLE color: 49011.

HSL color Cylindrical-coordinate representation of color #73BF00: hue angle of 83.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73BF00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1151910-
CMYK0.40010.25
HSL83.87º100%37.45%-
HSV(B)83.87º100%74.9%-
XYZ25.740.916.54-
YUV146.545.32105.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 191 (75% from 255) = 62.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.58%
G=62.42%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11519100.40010.2583.8710037.45
Hex73BF02806419546425
Octal16327705001443112414445
Binary1110011101111110101000011001001100110101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BF00; }

 p { color: rgb(115,191,0); }

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

<style>
 a { background-color: #73BF00; }

 a { background-color: rgb(115,191,0); }

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

<style>
 span { border-color: #73BF00; }

 span { border-color: rgb(115,191,0); }

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