Html Css Color HEX #74B100 Christi

📋 copy color: '#74B100'

red 116 ◦ green 177 ◦ blue 0

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

Shades of Christi #74B100

Tints of Christi #74B100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.59%
G = 60.41%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#74B100 (or 0x74B100) is known color: Christi. HEX triplet: 74, B1 and 00. RGB value is (116,177,0). Sum of RGB (Red+Green+Blue) = 116+177+0=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #74B100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74B100 is #8B4EFF. Grayscale: #8B8B8B. Windows color (decimal): -9129728 or 45428. OLE color: 45428.

HSL color Cylindrical-coordinate representation of color #74B100: hue angle of 80.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74B100 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 177 0 -
CMYK 0.34 0 1 0.31
HSL 80.68º 1% 0.35% -
HSV(B) 80.68º 1% 0.69% -
XYZ 22.92 35.16 5.58 -
YUV 138.58 49.79 111.89 -
System Red Green Blue C M Y K H S L
Decimal 116 177 0 0.34 0 1 0.31 80.68 1 0.35
Hex 74 B1 0 22 0 64 1F 51 64 23
Octal 164 261 0 42 0 144 37 121 144 43
Binary 1110100 10110001 0 100010 0 1100100 11111 1010001 1100100 100011

Color Harmonies of #74B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B100

Black with #74B100

Text Example


Text Example

White with #74B100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,177,0); }

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

background-color css

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

 a { background-color: rgb(116,177,0); }

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

border-color css

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

 span { border-color: rgb(116,177,0); }

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