Html Css Color HEX #74B915 Christi

📋 copy color: '#74B915'

red 116 ◦ green 185 ◦ blue 21

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

Shades of Christi #74B915

Tints of Christi #74B915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.45%

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 36.02%
G = 57.45%
B = 6.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#74B915 (or 0x74B915) is known color: Christi. HEX triplet: 74, B9 and 15. RGB value is (116,185,21). Sum of RGB (Red+Green+Blue) = 116+185+21=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #74B915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B915 is #8B46EA. Grayscale: #929292. Windows color (decimal): -9127659 or 1423732. OLE color: 1423732.

HSL color Cylindrical-coordinate representation of color #74B915: hue angle of 85.24º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74B915 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 185 21 -
CMYK 0.37 0 0.89 0.27
HSL 85.24º 0.8% 0.4% -
HSV(B) 85.24º 0.89% 0.73% -
XYZ 24.69 38.47 6.83 -
YUV 145.67 57.64 106.84 -
System Red Green Blue C M Y K H S L
Decimal 116 185 21 0.37 0 0.89 0.27 85.24 0.8 0.4
Hex 74 B9 15 25 0 59 1B 55 50 28
Octal 164 271 25 45 0 131 33 125 120 50
Binary 1110100 10111001 10101 100101 0 1011001 11011 1010101 1010000 101000

Color Harmonies of #74B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B915

Black with #74B915

Text Example


Text Example

White with #74B915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,21); }

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

background-color css

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

 a { background-color: rgb(116,185,21); }

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

border-color css

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

 span { border-color: rgb(116,185,21); }

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