Html Css Color HEX #74BC14 Christi

📋 copy color: '#74BC14'

red 116 ◦ green 188 ◦ blue 20

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

Shades of Christi #74BC14

Tints of Christi #74BC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.02%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 35.8%
G = 58.02%
B = 6.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#74BC14 (or 0x74BC14) is known color: Christi. HEX triplet: 74, BC and 14. RGB value is (116,188,20). Sum of RGB (Red+Green+Blue) = 116+188+20=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC14 is #8B43EB. Grayscale: #939393. Windows color (decimal): -9126892 or 1358964. OLE color: 1358964.

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

Color convert

RGB 116 188 20 -
CMYK 0.38 0 0.89 0.26
HSL 85.71º 0.81% 0.41% -
HSV(B) 85.71º 0.89% 0.74% -
XYZ 25.31 39.73 7 -
YUV 147.32 56.15 105.66 -
System Red Green Blue C M Y K H S L
Decimal 116 188 20 0.38 0 0.89 0.26 85.71 0.81 0.41
Hex 74 BC 14 26 0 59 1A 56 51 29
Octal 164 274 24 46 0 131 32 126 121 51
Binary 1110100 10111100 10100 100110 0 1011001 11010 1010110 1010001 101001

Color Harmonies of #74BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC14

Black with #74BC14

Text Example


Text Example

White with #74BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,188,20); }

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

background-color css

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

 a { background-color: rgb(116,188,20); }

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

border-color css

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

 span { border-color: rgb(116,188,20); }

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