Html Css Color HEX #74C514 Christi

📋 copy color: '#74C514'

red 116 ◦ green 197 ◦ blue 20

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

Shades of Christi #74C514

Tints of Christi #74C514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 34.83%
G = 59.16%
B = 6.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#74C514 (or 0x74C514) is known color: Christi. HEX triplet: 74, C5 and 14. RGB value is (116,197,20). Sum of RGB (Red+Green+Blue) = 116+197+20=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #74C514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C514 is #8B3AEB. Grayscale: #999999. Windows color (decimal): -9124588 or 1361268. OLE color: 1361268.

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

Color convert

RGB 116 197 20 -
CMYK 0.41 0 0.90 0.23
HSL 87.46º 0.82% 0.43% -
HSV(B) 87.46º 0.9% 0.77% -
XYZ 27.29 43.7 7.66 -
YUV 152.6 53.16 101.89 -
System Red Green Blue C M Y K H S L
Decimal 116 197 20 0.41 0 0.90 0.23 87.46 0.82 0.43
Hex 74 C5 14 29 0 5A 17 57 52 2B
Octal 164 305 24 51 0 132 27 127 122 53
Binary 1110100 11000101 10100 101001 0 1011010 10111 1010111 1010010 101011

Color Harmonies of #74C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C514

Black with #74C514

Text Example


Text Example

White with #74C514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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