Html Css Color HEX #74C106 Christi

📋 copy color: '#74C106'

red 116 ◦ green 193 ◦ blue 6

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

Shades of Christi #74C106

Tints of Christi #74C106

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.27%

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

R = 36.83%
G = 61.27%
B = 1.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#74C106 (or 0x74C106) is known color: Christi. HEX triplet: 74, C1 and 06. RGB value is (116,193,6). Sum of RGB (Red+Green+Blue) = 116+193+6=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #74C106 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C106 is #8B3EF9. Grayscale: #959595. Windows color (decimal): -9125626 or 442740. OLE color: 442740.

HSL color Cylindrical-coordinate representation of color #74C106: hue angle of 84.71º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74C106 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 6 -
CMYK 0.40 0 0.97 0.24
HSL 84.71º 0.94% 0.39% -
HSV(B) 84.71º 0.97% 0.76% -
XYZ 26.31 41.87 6.87 -
YUV 148.66 47.49 104.71 -
System Red Green Blue C M Y K H S L
Decimal 116 193 6 0.40 0 0.97 0.24 84.71 0.94 0.39
Hex 74 C1 6 28 0 61 18 55 5E 27
Octal 164 301 6 50 0 141 30 125 136 47
Binary 1110100 11000001 110 101000 0 1100001 11000 1010101 1011110 100111

Color Harmonies of #74C106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C106

Black with #74C106

Text Example


Text Example

White with #74C106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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