Html Css Color HEX #74C006 Christi

📋 copy color: '#74C006'

red 116 ◦ green 192 ◦ blue 6

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

Shades of Christi #74C006

Tints of Christi #74C006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

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

R = 36.94%
G = 61.15%
B = 1.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#74C006 (or 0x74C006) is known color: Christi. HEX triplet: 74, C0 and 06. RGB value is (116,192,6). Sum of RGB (Red+Green+Blue) = 116+192+6=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #74C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C006 is #8B3FF9. Grayscale: #949494. Windows color (decimal): -9125882 or 442484. OLE color: 442484.

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

Color convert

RGB 116 192 6 -
CMYK 0.40 0 0.97 0.25
HSL 84.52º 0.94% 0.39% -
HSV(B) 84.52º 0.97% 0.75% -
XYZ 26.08 41.43 6.79 -
YUV 148.07 47.82 105.12 -
System Red Green Blue C M Y K H S L
Decimal 116 192 6 0.40 0 0.97 0.25 84.52 0.94 0.39
Hex 74 C0 6 28 0 61 19 55 5E 27
Octal 164 300 6 50 0 141 31 125 136 47
Binary 1110100 11000000 110 101000 0 1100001 11001 1010101 1011110 100111

Color Harmonies of #74C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C006

Black with #74C006

Text Example


Text Example

White with #74C006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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