Html Css Color HEX #74BC04 Christi

📋 copy color: '#74BC04'

red 116 ◦ green 188 ◦ blue 4

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

Shades of Christi #74BC04

Tints of Christi #74BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.04%

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

R = 37.66%
G = 61.04%
B = 1.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#74BC04 (or 0x74BC04) is known color: Christi. HEX triplet: 74, BC and 04. RGB value is (116,188,4). Sum of RGB (Red+Green+Blue) = 116+188+4=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC04 is #8B43FB. Grayscale: #929292. Windows color (decimal): -9126908 or 310388. OLE color: 310388.

HSL color Cylindrical-coordinate representation of color #74BC04: hue angle of 83.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74BC04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 188 4 -
CMYK 0.38 0 0.98 0.26
HSL 83.48º 0.96% 0.38% -
HSV(B) 83.48º 0.98% 0.74% -
XYZ 25.21 39.69 6.45 -
YUV 145.5 48.15 106.96 -
System Red Green Blue C M Y K H S L
Decimal 116 188 4 0.38 0 0.98 0.26 83.48 0.96 0.38
Hex 74 BC 4 26 0 62 1A 53 60 26
Octal 164 274 4 46 0 142 32 123 140 46
Binary 1110100 10111100 100 100110 0 1100010 11010 1010011 1100000 100110

Color Harmonies of #74BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC04

Black with #74BC04

Text Example


Text Example

White with #74BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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