Html Css Color HEX #7CB501 Christi

📋 copy color: '#7CB501'

red 124 ◦ green 181 ◦ blue 1

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

Shades of Christi #7CB501

Tints of Christi #7CB501

RGB

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

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

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

R = 40.52%
G = 59.15%
B = 0.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#7CB501 (or 0x7CB501) is known color: Christi. HEX triplet: 7C, B5 and 01. RGB value is (124,181,1). Sum of RGB (Red+Green+Blue) = 124+181+1=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB501 is #834AFE. Grayscale: #909090. Windows color (decimal): -8604415 or 111996. OLE color: 111996.

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

Color convert

RGB 124 181 1 -
CMYK 0.31 0 0.99 0.29
HSL 79º 0.99% 0.36% -
HSV(B) 79º 0.99% 0.71% -
XYZ 24.84 37.34 5.93 -
YUV 143.44 47.62 114.14 -
System Red Green Blue C M Y K H S L
Decimal 124 181 1 0.31 0 0.99 0.29 79 0.99 0.36
Hex 7C B5 1 1F 0 63 1D 4F 63 24
Octal 174 265 1 37 0 143 35 117 143 44
Binary 1111100 10110101 1 11111 0 1100011 11101 1001111 1100011 100100

Color Harmonies of #7CB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB501

Black with #7CB501

Text Example


Text Example

White with #7CB501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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