Html Css Color HEX #74AB04 Christi

📋 copy color: '#74AB04'

red 116 ◦ green 171 ◦ blue 4

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

Shades of Christi #74AB04

Tints of Christi #74AB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.76%

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

R = 39.86%
G = 58.76%
B = 1.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#74AB04 (or 0x74AB04) is known color: Christi. HEX triplet: 74, AB and 04. RGB value is (116,171,4). Sum of RGB (Red+Green+Blue) = 116+171+4=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AB04 is #8B54FB. Grayscale: #888888. Windows color (decimal): -9131260 or 306036. OLE color: 306036.

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

Color convert

RGB 116 171 4 -
CMYK 0.32 0 0.98 0.33
HSL 79.76º 0.95% 0.34% -
HSV(B) 79.76º 0.98% 0.67% -
XYZ 21.79 32.85 5.31 -
YUV 135.52 53.78 114.08 -
System Red Green Blue C M Y K H S L
Decimal 116 171 4 0.32 0 0.98 0.33 79.76 0.95 0.34
Hex 74 AB 4 20 0 62 21 50 5F 22
Octal 164 253 4 40 0 142 41 120 137 42
Binary 1110100 10101011 100 100000 0 1100010 100001 1010000 1011111 100010

Color Harmonies of #74AB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB04

Black with #74AB04

Text Example


Text Example

White with #74AB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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