Html Css Color HEX #74AD21 Christi

📋 copy color: '#74AD21'

red 116 ◦ green 173 ◦ blue 33

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

Shades of Christi #74AD21

Tints of Christi #74AD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.25%

R = 36.02%
G = 53.73%
B = 10.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#74AD21 (or 0x74AD21) is known color: Christi. HEX triplet: 74, AD and 21. RGB value is (116,173,33). Sum of RGB (Red+Green+Blue) = 116+173+33=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD21 is #8B52DE. Grayscale: #8C8C8C. Windows color (decimal): -9130719 or 2207092. OLE color: 2207092.

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

Color convert

RGB 116 173 33 -
CMYK 0.33 0 0.81 0.32
HSL 84.43º 0.68% 0.4% -
HSV(B) 84.43º 0.81% 0.68% -
XYZ 22.42 33.71 6.76 -
YUV 140 67.62 110.88 -
System Red Green Blue C M Y K H S L
Decimal 116 173 33 0.33 0 0.81 0.32 84.43 0.68 0.4
Hex 74 AD 21 21 0 51 20 54 44 28
Octal 164 255 41 41 0 121 40 124 104 50
Binary 1110100 10101101 100001 100001 0 1010001 100000 1010100 1000100 101000

Color Harmonies of #74AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD21

Black with #74AD21

Text Example


Text Example

White with #74AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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