Html Css Color HEX #74C210 Christi

📋 copy color: '#74C210'

red 116 ◦ green 194 ◦ blue 16

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

Shades of Christi #74C210

Tints of Christi #74C210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.51%

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

R = 35.58%
G = 59.51%
B = 4.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#74C210 (or 0x74C210) is known color: Christi. HEX triplet: 74, C2 and 10. RGB value is (116,194,16). Sum of RGB (Red+Green+Blue) = 116+194+16=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #74C210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C210 is #8B3DEF. Grayscale: #979797. Windows color (decimal): -9125360 or 1098356. OLE color: 1098356.

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

Color convert

RGB 116 194 16 -
CMYK 0.40 0 0.92 0.24
HSL 86.29º 0.85% 0.41% -
HSV(B) 86.29º 0.92% 0.76% -
XYZ 26.59 42.33 7.26 -
YUV 150.39 52.16 103.47 -
System Red Green Blue C M Y K H S L
Decimal 116 194 16 0.40 0 0.92 0.24 86.29 0.85 0.41
Hex 74 C2 10 28 0 5C 18 56 55 29
Octal 164 302 20 50 0 134 30 126 125 51
Binary 1110100 11000010 10000 101000 0 1011100 11000 1010110 1010101 101001

Color Harmonies of #74C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C210

Black with #74C210

Text Example


Text Example

White with #74C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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