Html Css Color HEX #74BC0F Christi

📋 copy color: '#74BC0F'

red 116 ◦ green 188 ◦ blue 15

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

Shades of Christi #74BC0F

Tints of Christi #74BC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 36.36%
G = 58.93%
B = 4.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#74BC0F (or 0x74BC0F) is known color: Christi. HEX triplet: 74, BC and 0F. RGB value is (116,188,15). Sum of RGB (Red+Green+Blue) = 116+188+15=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC0F is #8B43F0. Grayscale: #939393. Windows color (decimal): -9126897 or 1031284. OLE color: 1031284.

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

Color convert

RGB 116 188 15 -
CMYK 0.38 0 0.92 0.26
HSL 84.97º 0.85% 0.4% -
HSV(B) 84.97º 0.92% 0.74% -
XYZ 25.27 39.71 6.79 -
YUV 146.75 53.65 106.07 -
System Red Green Blue C M Y K H S L
Decimal 116 188 15 0.38 0 0.92 0.26 84.97 0.85 0.4
Hex 74 BC F 26 0 5C 1A 55 55 28
Octal 164 274 17 46 0 134 32 125 125 50
Binary 1110100 10111100 1111 100110 0 1011100 11010 1010101 1010101 101000

Color Harmonies of #74BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC0F

Black with #74BC0F

Text Example


Text Example

White with #74BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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