Html Css Color HEX #74C510 Christi

📋 copy color: '#74C510'

red 116 ◦ green 197 ◦ blue 16

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

Shades of Christi #74C510

Tints of Christi #74C510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 35.26%
G = 59.88%
B = 4.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#74C510 (or 0x74C510) is known color: Christi. HEX triplet: 74, C5 and 10. RGB value is (116,197,16). Sum of RGB (Red+Green+Blue) = 116+197+16=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #74C510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C510 is #8B3AEF. Grayscale: #989898. Windows color (decimal): -9124592 or 1099124. OLE color: 1099124.

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

Color convert

RGB 116 197 16 -
CMYK 0.41 0 0.92 0.23
HSL 86.85º 0.85% 0.42% -
HSV(B) 86.85º 0.92% 0.77% -
XYZ 27.26 43.68 7.48 -
YUV 152.15 51.16 102.22 -
System Red Green Blue C M Y K H S L
Decimal 116 197 16 0.41 0 0.92 0.23 86.85 0.85 0.42
Hex 74 C5 10 29 0 5C 17 57 55 2A
Octal 164 305 20 51 0 134 27 127 125 52
Binary 1110100 11000101 10000 101001 0 1011100 10111 1010111 1010101 101010

Color Harmonies of #74C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C510

Black with #74C510

Text Example


Text Example

White with #74C510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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