Html Css Color HEX #7CB900 Christi

📋 copy color: '#7CB900'

red 124 ◦ green 185 ◦ blue 0

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

Shades of Christi #7CB900

Tints of Christi #7CB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.87%

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

R = 40.13%
G = 59.87%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#7CB900 (or 0x7CB900) is known color: Christi. HEX triplet: 7C, B9 and 00. RGB value is (124,185,0). Sum of RGB (Red+Green+Blue) = 124+185+0=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB900 is #8346FF. Grayscale: #929292. Windows color (decimal): -8603392 or 47484. OLE color: 47484.

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

Color convert

RGB 124 185 0 -
CMYK 0.33 0 1 0.27
HSL 79.78º 1% 0.36% -
HSV(B) 79.78º 1% 0.73% -
XYZ 25.66 38.98 6.17 -
YUV 145.67 45.79 112.54 -
System Red Green Blue C M Y K H S L
Decimal 124 185 0 0.33 0 1 0.27 79.78 1 0.36
Hex 7C B9 0 21 0 64 1B 50 64 24
Octal 174 271 0 41 0 144 33 120 144 44
Binary 1111100 10111001 0 100001 0 1100100 11011 1010000 1100100 100100

Color Harmonies of #7CB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB900

Black with #7CB900

Text Example


Text Example

White with #7CB900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,185,0); }

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

background-color css

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

 a { background-color: rgb(124,185,0); }

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

border-color css

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

 span { border-color: rgb(124,185,0); }

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