Html Css Color HEX #74C017 Christi

📋 copy color: '#74C017'

red 116 ◦ green 192 ◦ blue 23

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

Shades of Christi #74C017

Tints of Christi #74C017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.95%

R = 35.05%
G = 58.01%
B = 6.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#74C017 (or 0x74C017) is known color: Christi. HEX triplet: 74, C0 and 17. RGB value is (116,192,23). Sum of RGB (Red+Green+Blue) = 116+192+23=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #74C017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C017 is #8B3FE8. Grayscale: #969696. Windows color (decimal): -9125865 or 1556596. OLE color: 1556596.

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

Color convert

RGB 116 192 23 -
CMYK 0.40 0 0.88 0.25
HSL 86.98º 0.79% 0.42% -
HSV(B) 86.98º 0.88% 0.75% -
XYZ 26.21 41.47 7.43 -
YUV 150.01 56.32 103.74 -
System Red Green Blue C M Y K H S L
Decimal 116 192 23 0.40 0 0.88 0.25 86.98 0.79 0.42
Hex 74 C0 17 28 0 58 19 57 4F 2A
Octal 164 300 27 50 0 130 31 127 117 52
Binary 1110100 11000000 10111 101000 0 1011000 11001 1010111 1001111 101010

Color Harmonies of #74C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C017

Black with #74C017

Text Example


Text Example

White with #74C017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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