Html Css Color HEX #73D007 Christi

📋 copy color: '#73D007'

red 115 ◦ green 208 ◦ blue 7

#73D007
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #73D007

Tints of Christi #73D007

RGB

 RED value IS 115 (45.31% from 255) = 34.85%

 GREEN value IS 208 (81.64% from 255) = 63.03%

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 34.85%
G = 63.03%
B = 2.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#73D007 (or 0x73D007) is known color: Christi. HEX triplet: 73, D0 and 07. RGB value is (115,208,7). Sum of RGB (Red+Green+Blue) = 115+208+7=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #73D007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D007 is #8C2FF8. Grayscale: #9D9D9D. Windows color (decimal): -9187321 or 512115. OLE color: 512115.

HSL color Cylindrical-coordinate representation of color #73D007: hue angle of 87.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73D007 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 208 7 -
CMYK 0.45 0 0.97 0.18
HSL 87.76º 0.93% 0.42% -
HSV(B) 87.76º 0.97% 0.82% -
XYZ 29.66 48.77 8.05 -
YUV 157.28 43.19 97.84 -
System Red Green Blue C M Y K H S L
Decimal 115 208 7 0.45 0 0.97 0.18 87.76 0.93 0.42
Hex 73 D0 7 2D 0 61 12 58 5D 2A
Octal 163 320 7 55 0 141 22 130 135 52
Binary 1110011 11010000 111 101101 0 1100001 10010 1011000 1011101 101010

Color Harmonies of #73D007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D007

Black with #73D007

Text Example


Text Example

White with #73D007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,208,7); }

 H1.HeaderClassName
 {
   color: #73D007;
 }
 .AnyTagClassName
 {
   color: #73D007;
 }
</style>

background-color css

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

 a { background-color: rgb(115,208,7); }

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

border-color css

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

 span { border-color: rgb(115,208,7); }

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