Html Css Color HEX #74BC0E Christi

📋 copy color: '#74BC0E'

red 116 ◦ green 188 ◦ blue 14

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

Shades of Christi #74BC0E

Tints of Christi #74BC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 36.48%
G = 59.12%
B = 4.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#74BC0E (or 0x74BC0E) is known color: Christi. HEX triplet: 74, BC and 0E. RGB value is (116,188,14). Sum of RGB (Red+Green+Blue) = 116+188+14=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC0E is #8B43F1. Grayscale: #939393. Windows color (decimal): -9126898 or 965748. OLE color: 965748.

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

Color convert

RGB 116 188 14 -
CMYK 0.38 0 0.93 0.26
HSL 84.83º 0.86% 0.4% -
HSV(B) 84.83º 0.93% 0.74% -
XYZ 25.26 39.71 6.75 -
YUV 146.64 53.15 106.15 -
System Red Green Blue C M Y K H S L
Decimal 116 188 14 0.38 0 0.93 0.26 84.83 0.86 0.4
Hex 74 BC E 26 0 5D 1A 55 56 28
Octal 164 274 16 46 0 135 32 125 126 50
Binary 1110100 10111100 1110 100110 0 1011101 11010 1010101 1010110 101000

Color Harmonies of #74BC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC0E

Black with #74BC0E

Text Example


Text Example

White with #74BC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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