Html Css Color HEX #74BC06 Christi

📋 copy color: '#74BC06'

red 116 ◦ green 188 ◦ blue 6

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

Shades of Christi #74BC06

Tints of Christi #74BC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 37.42%
G = 60.65%
B = 1.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#74BC06 (or 0x74BC06) is known color: Christi. HEX triplet: 74, BC and 06. RGB value is (116,188,6). Sum of RGB (Red+Green+Blue) = 116+188+6=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BC06 is #8B43F9. Grayscale: #929292. Windows color (decimal): -9126906 or 441460. OLE color: 441460.

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

Color convert

RGB 116 188 6 -
CMYK 0.38 0 0.97 0.26
HSL 83.74º 0.94% 0.38% -
HSV(B) 83.74º 0.97% 0.74% -
XYZ 25.22 39.69 6.5 -
YUV 145.72 49.15 106.8 -
System Red Green Blue C M Y K H S L
Decimal 116 188 6 0.38 0 0.97 0.26 83.74 0.94 0.38
Hex 74 BC 6 26 0 61 1A 54 5E 26
Octal 164 274 6 46 0 141 32 124 136 46
Binary 1110100 10111100 110 100110 0 1100001 11010 1010100 1011110 100110

Color Harmonies of #74BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC06

Black with #74BC06

Text Example


Text Example

White with #74BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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