Html Css Color HEX #7AB500 Christi

📋 copy color: '#7AB500'

red 122 ◦ green 181 ◦ blue 0

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

Shades of Christi #7AB500

Tints of Christi #7AB500

RGB

 RED value IS 122 (48.05% from 255) = 40.26%

 GREEN value IS 181 (71.09% from 255) = 59.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.26%
G = 59.74%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#7AB500 (or 0x7AB500) is known color: Christi. HEX triplet: 7A, B5 and 00. RGB value is (122,181,0). Sum of RGB (Red+Green+Blue) = 122+181+0=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB500 is #854AFF. Grayscale: #8F8F8F. Windows color (decimal): -8735488 or 46458. OLE color: 46458.

HSL color Cylindrical-coordinate representation of color #7AB500: hue angle of 79.56º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AB500 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 181 0 -
CMYK 0.33 0 1 0.29
HSL 79.56º 1% 0.35% -
HSV(B) 79.56º 1% 0.71% -
XYZ 24.55 37.19 5.88 -
YUV 142.73 47.45 113.22 -
System Red Green Blue C M Y K H S L
Decimal 122 181 0 0.33 0 1 0.29 79.56 1 0.35
Hex 7A B5 0 21 0 64 1D 50 64 23
Octal 172 265 0 41 0 144 35 120 144 43
Binary 1111010 10110101 0 100001 0 1100100 11101 1010000 1100100 100011

Color Harmonies of #7AB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB500

Black with #7AB500

Text Example


Text Example

White with #7AB500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AB500; }

 p { color: rgb(122,181,0); }

 H1.HeaderClassName
 {
   color: #7AB500;
 }
 .AnyTagClassName
 {
   color: #7AB500;
 }
</style>

background-color css

<style>
 a { background-color: #7AB500; }

 a { background-color: rgb(122,181,0); }

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

border-color css

<style>
 span { border-color: #7AB500; }

 span { border-color: rgb(122,181,0); }

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