Html Css Color HEX #7CBC00 Christi

📋 copy color: '#7CBC00'

red 124 ◦ green 188 ◦ blue 0

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

Shades of Christi #7CBC00

Tints of Christi #7CBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.26%

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

R = 39.74%
G = 60.26%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#7CBC00 (or 0x7CBC00) is known color: Christi. HEX triplet: 7C, BC and 00. RGB value is (124,188,0). Sum of RGB (Red+Green+Blue) = 124+188+0=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBC00 is #8343FF. Grayscale: #949494. Windows color (decimal): -8602624 or 48252. OLE color: 48252.

HSL color Cylindrical-coordinate representation of color #7CBC00: hue angle of 80.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7CBC00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 0 -
CMYK 0.34 0 1 0.26
HSL 80.43º 1% 0.37% -
HSV(B) 80.43º 1% 0.74% -
XYZ 26.3 40.25 6.38 -
YUV 147.43 44.8 111.29 -
System Red Green Blue C M Y K H S L
Decimal 124 188 0 0.34 0 1 0.26 80.43 1 0.37
Hex 7C BC 0 22 0 64 1A 50 64 25
Octal 174 274 0 42 0 144 32 120 144 45
Binary 1111100 10111100 0 100010 0 1100100 11010 1010000 1100100 100101

Color Harmonies of #7CBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC00

Black with #7CBC00

Text Example


Text Example

White with #7CBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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