Html Css Color HEX #7CBB01 Christi

📋 copy color: '#7CBB01'

red 124 ◦ green 187 ◦ blue 1

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

Shades of Christi #7CBB01

Tints of Christi #7CBB01

RGB

 RED value IS 124 (48.83% from 255) = 39.74%

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

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

R = 39.74%
G = 59.94%
B = 0.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#7CBB01 (or 0x7CBB01) is known color: Christi. HEX triplet: 7C, BB and 01. RGB value is (124,187,1). Sum of RGB (Red+Green+Blue) = 124+187+1=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBB01 is #8344FE. Grayscale: #939393. Windows color (decimal): -8602879 or 113532. OLE color: 113532.

HSL color Cylindrical-coordinate representation of color #7CBB01: hue angle of 80.32º 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 #7CBB01 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 187 1 -
CMYK 0.34 0 0.99 0.27
HSL 80.32º 0.99% 0.37% -
HSV(B) 80.32º 0.99% 0.73% -
XYZ 26.09 39.83 6.34 -
YUV 146.96 45.63 111.62 -
System Red Green Blue C M Y K H S L
Decimal 124 187 1 0.34 0 0.99 0.27 80.32 0.99 0.37
Hex 7C BB 1 22 0 63 1B 50 63 25
Octal 174 273 1 42 0 143 33 120 143 45
Binary 1111100 10111011 1 100010 0 1100011 11011 1010000 1100011 100101

Color Harmonies of #7CBB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBB01

Black with #7CBB01

Text Example


Text Example

White with #7CBB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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