Html Css Color HEX #74B704 Christi

📋 copy color: '#74B704'

red 116 ◦ green 183 ◦ blue 4

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

Shades of Christi #74B704

Tints of Christi #74B704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.4%

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

R = 38.28%
G = 60.4%
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

#74B704 (or 0x74B704) is known color: Christi. HEX triplet: 74, B7 and 04. RGB value is (116,183,4). Sum of RGB (Red+Green+Blue) = 116+183+4=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #74B704 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B704 is #8B48FB. Grayscale: #8F8F8F. Windows color (decimal): -9128188 or 309108. OLE color: 309108.

HSL color Cylindrical-coordinate representation of color #74B704: hue angle of 82.46º 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 #74B704 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 4 -
CMYK 0.37 0 0.98 0.28
HSL 82.46º 0.96% 0.37% -
HSV(B) 82.46º 0.98% 0.72% -
XYZ 24.16 37.59 6.1 -
YUV 142.56 49.8 109.05 -
System Red Green Blue C M Y K H S L
Decimal 116 183 4 0.37 0 0.98 0.28 82.46 0.96 0.37
Hex 74 B7 4 25 0 62 1C 52 60 25
Octal 164 267 4 45 0 142 34 122 140 45
Binary 1110100 10110111 100 100101 0 1100010 11100 1010010 1100000 100101

Color Harmonies of #74B704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B704

Black with #74B704

Text Example


Text Example

White with #74B704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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