Html Css Color HEX #79C001 Christi

📋 copy color: '#79C001'

red 121 ◦ green 192 ◦ blue 1

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

Shades of Christi #79C001

Tints of Christi #79C001

RGB

 RED value IS 121 (47.66% from 255) = 38.54%

 GREEN value IS 192 (75.39% from 255) = 61.15%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 38.54%
G = 61.15%
B = 0.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#79C001 (or 0x79C001) is known color: Christi. HEX triplet: 79, C0 and 01. RGB value is (121,192,1). Sum of RGB (Red+Green+Blue) = 121+192+1=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #79C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C001 is #863FFE. Grayscale: #959595. Windows color (decimal): -8798207 or 114809. OLE color: 114809.

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

Color convert

RGB 121 192 1 -
CMYK 0.37 0 0.99 0.25
HSL 82.3º 0.99% 0.38% -
HSV(B) 82.3º 0.99% 0.75% -
XYZ 26.74 41.77 6.68 -
YUV 149 44.48 108.03 -
System Red Green Blue C M Y K H S L
Decimal 121 192 1 0.37 0 0.99 0.25 82.3 0.99 0.38
Hex 79 C0 1 25 0 63 19 52 63 26
Octal 171 300 1 45 0 143 31 122 143 46
Binary 1111001 11000000 1 100101 0 1100011 11001 1010010 1100011 100110

Color Harmonies of #79C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C001

Black with #79C001

Text Example


Text Example

White with #79C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79C001; }

 p { color: rgb(121,192,1); }

 H1.HeaderClassName
 {
   color: #79C001;
 }
 .AnyTagClassName
 {
   color: #79C001;
 }
</style>

background-color css

<style>
 a { background-color: #79C001; }

 a { background-color: rgb(121,192,1); }

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

border-color css

<style>
 span { border-color: #79C001; }

 span { border-color: rgb(121,192,1); }

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