Html Css Color HEX #74AC04 Christi

📋 copy color: '#74AC04'

red 116 ◦ green 172 ◦ blue 4

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

Shades of Christi #74AC04

Tints of Christi #74AC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.9%

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

R = 39.73%
G = 58.9%
B = 1.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#74AC04 (or 0x74AC04) is known color: Christi. HEX triplet: 74, AC and 04. RGB value is (116,172,4). Sum of RGB (Red+Green+Blue) = 116+172+4=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AC04 is #8B53FB. Grayscale: #888888. Windows color (decimal): -9131004 or 306292. OLE color: 306292.

HSL color Cylindrical-coordinate representation of color #74AC04: hue angle of 80º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74AC04 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 4 -
CMYK 0.33 0 0.98 0.33
HSL 80º 0.95% 0.35% -
HSV(B) 80º 0.98% 0.67% -
XYZ 21.98 33.23 5.37 -
YUV 136.1 53.45 113.66 -
System Red Green Blue C M Y K H S L
Decimal 116 172 4 0.33 0 0.98 0.33 80 0.95 0.35
Hex 74 AC 4 21 0 62 21 50 5F 23
Octal 164 254 4 41 0 142 41 120 137 43
Binary 1110100 10101100 100 100001 0 1100010 100001 1010000 1011111 100011

Color Harmonies of #74AC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC04

Black with #74AC04

Text Example


Text Example

White with #74AC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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