Html Css Color HEX #7ABB01 Christi

📋 copy color: '#7ABB01'

red 122 ◦ green 187 ◦ blue 1

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

Shades of Christi #7ABB01

Tints of Christi #7ABB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.32%

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

R = 39.35%
G = 60.32%
B = 0.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#7ABB01 (or 0x7ABB01) is known color: Christi. HEX triplet: 7A, BB and 01. RGB value is (122,187,1). Sum of RGB (Red+Green+Blue) = 122+187+1=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABB01 is #8544FE. Grayscale: #939393. Windows color (decimal): -8733951 or 113530. OLE color: 113530.

HSL color Cylindrical-coordinate representation of color #7ABB01: hue angle of 80.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7ABB01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 187 1 -
CMYK 0.35 0 0.99 0.27
HSL 80.97º 0.99% 0.37% -
HSV(B) 80.97º 0.99% 0.73% -
XYZ 25.8 39.68 6.33 -
YUV 146.36 45.97 110.62 -
System Red Green Blue C M Y K H S L
Decimal 122 187 1 0.35 0 0.99 0.27 80.97 0.99 0.37
Hex 7A BB 1 23 0 63 1B 51 63 25
Octal 172 273 1 43 0 143 33 121 143 45
Binary 1111010 10111011 1 100011 0 1100011 11011 1010001 1100011 100101

Color Harmonies of #7ABB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABB01

Black with #7ABB01

Text Example


Text Example

White with #7ABB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,187,1); }

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

background-color css

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

 a { background-color: rgb(122,187,1); }

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

border-color css

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

 span { border-color: rgb(122,187,1); }

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