Html Css Color HEX #74AB17 Christi

📋 copy color: '#74AB17'

red 116 ◦ green 171 ◦ blue 23

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

Shades of Christi #74AB17

Tints of Christi #74AB17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 37.42%
G = 55.16%
B = 7.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#74AB17 (or 0x74AB17) is known color: Christi. HEX triplet: 74, AB and 17. RGB value is (116,171,23). Sum of RGB (Red+Green+Blue) = 116+171+23=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AB17 is #8B54E8. Grayscale: #8A8A8A. Windows color (decimal): -9131241 or 1551220. OLE color: 1551220.

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

Color convert

RGB 116 171 23 -
CMYK 0.32 0 0.87 0.33
HSL 82.3º 0.76% 0.38% -
HSV(B) 82.3º 0.87% 0.67% -
XYZ 21.92 32.9 6.01 -
YUV 137.68 63.28 112.53 -
System Red Green Blue C M Y K H S L
Decimal 116 171 23 0.32 0 0.87 0.33 82.3 0.76 0.38
Hex 74 AB 17 20 0 57 21 52 4C 26
Octal 164 253 27 40 0 127 41 122 114 46
Binary 1110100 10101011 10111 100000 0 1010111 100001 1010010 1001100 100110

Color Harmonies of #74AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB17

Black with #74AB17

Text Example


Text Example

White with #74AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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