Html Css Color HEX #74B600 Christi

📋 copy color: '#74B600'

red 116 ◦ green 182 ◦ blue 0

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

Shades of Christi #74B600

Tints of Christi #74B600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 61.07%

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

R = 38.93%
G = 61.07%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#74B600 (or 0x74B600) is known color: Christi. HEX triplet: 74, B6 and 00. RGB value is (116,182,0). Sum of RGB (Red+Green+Blue) = 116+182+0=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 182 (71.48% from 255 or 61.07% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 182 - color contains mainly: green. Hex color #74B600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B600 is #8B49FF. Grayscale: #8E8E8E. Windows color (decimal): -9128448 or 46708. OLE color: 46708.

HSL color Cylindrical-coordinate representation of color #74B600: hue angle of 81.76º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74B600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 182 0 -
CMYK 0.36 0 1 0.29
HSL 81.76º 1% 0.36% -
HSV(B) 81.76º 1% 0.71% -
XYZ 23.93 37.17 5.91 -
YUV 141.52 48.13 109.8 -
System Red Green Blue C M Y K H S L
Decimal 116 182 0 0.36 0 1 0.29 81.76 1 0.36
Hex 74 B6 0 24 0 64 1D 52 64 24
Octal 164 266 0 44 0 144 35 122 144 44
Binary 1110100 10110110 0 100100 0 1100100 11101 1010010 1100100 100100

Color Harmonies of #74B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B600

Black with #74B600

Text Example


Text Example

White with #74B600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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