Html Css Color HEX #74B418 Christi

📋 copy color: '#74B418'

red 116 ◦ green 180 ◦ blue 24

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

Shades of Christi #74B418

Tints of Christi #74B418

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.25%

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 36.25%
G = 56.25%
B = 7.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#74B418 (or 0x74B418) is known color: Christi. HEX triplet: 74, B4 and 18. RGB value is (116,180,24). Sum of RGB (Red+Green+Blue) = 116+180+24=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #74B418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B418 is #8B4BE7. Grayscale: #8F8F8F. Windows color (decimal): -9128936 or 1619060. OLE color: 1619060.

HSL color Cylindrical-coordinate representation of color #74B418: hue angle of 84.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74B418 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 24 -
CMYK 0.36 0 0.87 0.29
HSL 84.62º 0.76% 0.4% -
HSV(B) 84.62º 0.87% 0.71% -
XYZ 23.69 36.42 6.65 -
YUV 143.08 60.8 108.68 -
System Red Green Blue C M Y K H S L
Decimal 116 180 24 0.36 0 0.87 0.29 84.62 0.76 0.4
Hex 74 B4 18 24 0 57 1D 55 4C 28
Octal 164 264 30 44 0 127 35 125 114 50
Binary 1110100 10110100 11000 100100 0 1010111 11101 1010101 1001100 101000

Color Harmonies of #74B418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B418

Black with #74B418

Text Example


Text Example

White with #74B418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,180,24); }

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

background-color css

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

 a { background-color: rgb(116,180,24); }

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

border-color css

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

 span { border-color: rgb(116,180,24); }

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