Html Css Color HEX #74AD15 Christi

📋 copy color: '#74AD15'

red 116 ◦ green 173 ◦ blue 21

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

Shades of Christi #74AD15

Tints of Christi #74AD15

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.81%

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

R = 37.42%
G = 55.81%
B = 6.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#74AD15 (or 0x74AD15) is known color: Christi. HEX triplet: 74, AD and 15. RGB value is (116,173,21). Sum of RGB (Red+Green+Blue) = 116+173+21=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AD15 is #8B52EA. Grayscale: #8B8B8B. Windows color (decimal): -9130731 or 1420660. OLE color: 1420660.

HSL color Cylindrical-coordinate representation of color #74AD15: hue angle of 82.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74AD15 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 21 -
CMYK 0.33 0 0.88 0.32
HSL 82.5º 0.78% 0.38% -
HSV(B) 82.5º 0.88% 0.68% -
XYZ 22.28 33.65 6.03 -
YUV 138.63 61.62 111.86 -
System Red Green Blue C M Y K H S L
Decimal 116 173 21 0.33 0 0.88 0.32 82.5 0.78 0.38
Hex 74 AD 15 21 0 58 20 52 4E 26
Octal 164 255 25 41 0 130 40 122 116 46
Binary 1110100 10101101 10101 100001 0 1011000 100000 1010010 1001110 100110

Color Harmonies of #74AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD15

Black with #74AD15

Text Example


Text Example

White with #74AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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