Html Css Color HEX #74C501 Christi

📋 copy color: '#74C501'

red 116 ◦ green 197 ◦ blue 1

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

Shades of Christi #74C501

Tints of Christi #74C501

RGB

 RED value IS 116 (45.7% from 255) = 36.94%

 GREEN value IS 197 (77.34% from 255) = 62.74%

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

R = 36.94%
G = 62.74%
B = 0.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#74C501 (or 0x74C501) is known color: Christi. HEX triplet: 74, C5 and 01. RGB value is (116,197,1). Sum of RGB (Red+Green+Blue) = 116+197+1=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #74C501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C501 is #8B3AFE. Grayscale: #979797. Windows color (decimal): -9124607 or 116084. OLE color: 116084.

HSL color Cylindrical-coordinate representation of color #74C501: hue angle of 84.8º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74C501 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 1 -
CMYK 0.41 0 0.99 0.23
HSL 84.8º 0.99% 0.39% -
HSV(B) 84.8º 0.99% 0.77% -
XYZ 27.17 43.65 7.02 -
YUV 150.44 43.66 103.44 -
System Red Green Blue C M Y K H S L
Decimal 116 197 1 0.41 0 0.99 0.23 84.8 0.99 0.39
Hex 74 C5 1 29 0 63 17 55 63 27
Octal 164 305 1 51 0 143 27 125 143 47
Binary 1110100 11000101 1 101001 0 1100011 10111 1010101 1100011 100111

Color Harmonies of #74C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C501

Black with #74C501

Text Example


Text Example

White with #74C501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C501; }

 p { color: rgb(116,197,1); }

 H1.HeaderClassName
 {
   color: #74C501;
 }
 .AnyTagClassName
 {
   color: #74C501;
 }
</style>

background-color css

<style>
 a { background-color: #74C501; }

 a { background-color: rgb(116,197,1); }

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

border-color css

<style>
 span { border-color: #74C501; }

 span { border-color: rgb(116,197,1); }

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