Html Css Color HEX #74C104 Christi

📋 copy color: '#74C104'

red 116 ◦ green 193 ◦ blue 4

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

Shades of Christi #74C104

Tints of Christi #74C104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.66%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 37.06%
G = 61.66%
B = 1.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#74C104 (or 0x74C104) is known color: Christi. HEX triplet: 74, C1 and 04. RGB value is (116,193,4). Sum of RGB (Red+Green+Blue) = 116+193+4=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #74C104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C104 is #8B3EFB. Grayscale: #959595. Windows color (decimal): -9125628 or 311668. OLE color: 311668.

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

Color convert

RGB 116 193 4 -
CMYK 0.40 0 0.98 0.24
HSL 84.44º 0.96% 0.39% -
HSV(B) 84.44º 0.98% 0.76% -
XYZ 26.29 41.86 6.81 -
YUV 148.43 46.49 104.87 -
System Red Green Blue C M Y K H S L
Decimal 116 193 4 0.40 0 0.98 0.24 84.44 0.96 0.39
Hex 74 C1 4 28 0 62 18 54 60 27
Octal 164 301 4 50 0 142 30 124 140 47
Binary 1110100 11000001 100 101000 0 1100010 11000 1010100 1100000 100111

Color Harmonies of #74C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C104

Black with #74C104

Text Example


Text Example

White with #74C104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,193,4); }

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

background-color css

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

 a { background-color: rgb(116,193,4); }

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

border-color css

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

 span { border-color: rgb(116,193,4); }

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