Html Css Color HEX #74B50B Christi

📋 copy color: '#74B50B'

red 116 ◦ green 181 ◦ blue 11

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

Shades of Christi #74B50B

Tints of Christi #74B50B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.77%

 BLUE value IS 11 (4.69% from 255) = 3.57%

R = 37.66%
G = 58.77%
B = 3.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#74B50B (or 0x74B50B) is known color: Christi. HEX triplet: 74, B5 and 0B. RGB value is (116,181,11). Sum of RGB (Red+Green+Blue) = 116+181+11=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 181 (71.09% from 255 or 58.77% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 181 - color contains mainly: green. Hex color #74B50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B50B is #8B4AF4. Grayscale: #8E8E8E. Windows color (decimal): -9128693 or 767348. OLE color: 767348.

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

Color convert

RGB 116 181 11 -
CMYK 0.36 0 0.94 0.29
HSL 82.94º 0.89% 0.38% -
HSV(B) 82.94º 0.94% 0.71% -
XYZ 23.79 36.78 6.16 -
YUV 142.19 53.97 109.32 -
System Red Green Blue C M Y K H S L
Decimal 116 181 11 0.36 0 0.94 0.29 82.94 0.89 0.38
Hex 74 B5 B 24 0 5E 1D 53 59 26
Octal 164 265 13 44 0 136 35 123 131 46
Binary 1110100 10110101 1011 100100 0 1011110 11101 1010011 1011001 100110

Color Harmonies of #74B50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B50B

Black with #74B50B

Text Example


Text Example

White with #74B50B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,181,11); }

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

background-color css

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

 a { background-color: rgb(116,181,11); }

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

border-color css

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

 span { border-color: rgb(116,181,11); }

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