Html Css Color HEX #74B804 Christi

📋 copy color: '#74B804'

red 116 ◦ green 184 ◦ blue 4

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

Shades of Christi #74B804

Tints of Christi #74B804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.53%

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

R = 38.16%
G = 60.53%
B = 1.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#74B804 (or 0x74B804) is known color: Christi. HEX triplet: 74, B8 and 04. RGB value is (116,184,4). Sum of RGB (Red+Green+Blue) = 116+184+4=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #74B804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B804 is #8B47FB. Grayscale: #8F8F8F. Windows color (decimal): -9127932 or 309364. OLE color: 309364.

HSL color Cylindrical-coordinate representation of color #74B804: hue angle of 82.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74B804 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 184 4 -
CMYK 0.37 0 0.98 0.28
HSL 82.67º 0.96% 0.37% -
HSV(B) 82.67º 0.98% 0.72% -
XYZ 24.36 38 6.17 -
YUV 143.15 49.47 108.64 -
System Red Green Blue C M Y K H S L
Decimal 116 184 4 0.37 0 0.98 0.28 82.67 0.96 0.37
Hex 74 B8 4 25 0 62 1C 53 60 25
Octal 164 270 4 45 0 142 34 123 140 45
Binary 1110100 10111000 100 100101 0 1100010 11100 1010011 1100000 100101

Color Harmonies of #74B804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B804

Black with #74B804

Text Example


Text Example

White with #74B804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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