#73BD01

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

Shades of Christi #73BD01

Tints of Christi #73BD01

Color information

#73BD01 (or 0x73BD01) is unknown color: approx Christi. HEX triplet: 73, BD and 01. RGB value is (115,189,1). Sum of RGB (Red+Green+Blue) = 115+189+1=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BD01 is #8C42FE. Grayscale: #929292. Windows color (decimal): -9192191 or 114035. OLE color: 114035.

HSL color Cylindrical-coordinate representation of color #73BD01: hue angle of 83.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73BD01 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB1151891-
CMYK0.3900.990.26
HSL83.62º98.95%37.25%-
HSV(B)83.62º99.47%74.12%-
XYZ25.2740.046.43-
YUV145.4446.48106.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 189 (74.22% from 255) = 61.97%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=37.70%
G=61.97%
B=0.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11518910.3900.990.2683.6298.9537.25
Hex73BD1270631A546325
Octal16327514701433212414345
Binary1110011101111011100111011000111101010101001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,189,1); }

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

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

 a { background-color: rgb(115,189,1); }

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

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

 span { border-color: rgb(115,189,1); }

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