Html Css Color HEX #74BD04 Christi

📋 copy color: '#74BD04'

red 116 ◦ green 189 ◦ blue 4

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

Shades of Christi #74BD04

Tints of Christi #74BD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.17%

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

R = 37.54%
G = 61.17%
B = 1.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#74BD04 (or 0x74BD04) is known color: Christi. HEX triplet: 74, BD and 04. RGB value is (116,189,4). Sum of RGB (Red+Green+Blue) = 116+189+4=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BD04 is #8B42FB. Grayscale: #929292. Windows color (decimal): -9126652 or 310644. OLE color: 310644.

HSL color Cylindrical-coordinate representation of color #74BD04: hue angle of 83.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74BD04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 4 -
CMYK 0.39 0 0.98 0.26
HSL 83.68º 0.96% 0.38% -
HSV(B) 83.68º 0.98% 0.74% -
XYZ 25.42 40.12 6.52 -
YUV 146.08 47.82 106.54 -
System Red Green Blue C M Y K H S L
Decimal 116 189 4 0.39 0 0.98 0.26 83.68 0.96 0.38
Hex 74 BD 4 27 0 62 1A 54 60 26
Octal 164 275 4 47 0 142 32 124 140 46
Binary 1110100 10111101 100 100111 0 1100010 11010 1010100 1100000 100110

Color Harmonies of #74BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD04

Black with #74BD04

Text Example


Text Example

White with #74BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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