Html Css Color HEX #74B919 Christi

📋 copy color: '#74B919'

red 116 ◦ green 185 ◦ blue 25

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

Shades of Christi #74B919

Tints of Christi #74B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.75%

 BLUE value IS 25 (10.16% from 255) = 7.67%

R = 35.58%
G = 56.75%
B = 7.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#74B919 (or 0x74B919) is known color: Christi. HEX triplet: 74, B9 and 19. RGB value is (116,185,25). Sum of RGB (Red+Green+Blue) = 116+185+25=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #74B919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B919 is #8B46E6. Grayscale: #929292. Windows color (decimal): -9127655 or 1685876. OLE color: 1685876.

HSL color Cylindrical-coordinate representation of color #74B919: hue angle of 85.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74B919 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 185 25 -
CMYK 0.37 0 0.86 0.27
HSL 85.88º 0.76% 0.41% -
HSV(B) 85.88º 0.86% 0.73% -
XYZ 24.73 38.48 7.04 -
YUV 146.13 59.64 106.51 -
System Red Green Blue C M Y K H S L
Decimal 116 185 25 0.37 0 0.86 0.27 85.88 0.76 0.41
Hex 74 B9 19 25 0 56 1B 56 4C 29
Octal 164 271 31 45 0 126 33 126 114 51
Binary 1110100 10111001 11001 100101 0 1010110 11011 1010110 1001100 101001

Color Harmonies of #74B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B919

Black with #74B919

Text Example


Text Example

White with #74B919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,25); }

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

background-color css

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

 a { background-color: rgb(116,185,25); }

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

border-color css

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

 span { border-color: rgb(116,185,25); }

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