Html Css Color HEX #74C010 Christi

📋 copy color: '#74C010'

red 116 ◦ green 192 ◦ blue 16

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

Shades of Christi #74C010

Tints of Christi #74C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.26%

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

R = 35.8%
G = 59.26%
B = 4.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#74C010 (or 0x74C010) is known color: Christi. HEX triplet: 74, C0 and 10. RGB value is (116,192,16). Sum of RGB (Red+Green+Blue) = 116+192+16=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #74C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C010 is #8B3FEF. Grayscale: #959595. Windows color (decimal): -9125872 or 1097844. OLE color: 1097844.

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

Color convert

RGB 116 192 16 -
CMYK 0.40 0 0.92 0.25
HSL 85.91º 0.85% 0.41% -
HSV(B) 85.91º 0.92% 0.75% -
XYZ 26.15 41.45 7.11 -
YUV 149.21 52.82 104.31 -
System Red Green Blue C M Y K H S L
Decimal 116 192 16 0.40 0 0.92 0.25 85.91 0.85 0.41
Hex 74 C0 10 28 0 5C 19 56 55 29
Octal 164 300 20 50 0 134 31 126 125 51
Binary 1110100 11000000 10000 101000 0 1011100 11001 1010110 1010101 101001

Color Harmonies of #74C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C010

Black with #74C010

Text Example


Text Example

White with #74C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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