Html Css Color HEX #74AF15 Christi

📋 copy color: '#74AF15'

red 116 ◦ green 175 ◦ blue 21

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

Shades of Christi #74AF15

Tints of Christi #74AF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.09%

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

R = 37.18%
G = 56.09%
B = 6.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#74AF15 (or 0x74AF15) is known color: Christi. HEX triplet: 74, AF and 15. RGB value is (116,175,21). Sum of RGB (Red+Green+Blue) = 116+175+21=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AF15 is #8B50EA. Grayscale: #8C8C8C. Windows color (decimal): -9130219 or 1421172. OLE color: 1421172.

HSL color Cylindrical-coordinate representation of color #74AF15: hue angle of 82.99º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74AF15 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 21 -
CMYK 0.34 0 0.88 0.31
HSL 82.99º 0.79% 0.38% -
HSV(B) 82.99º 0.88% 0.69% -
XYZ 22.67 34.43 6.16 -
YUV 139.8 60.95 111.02 -
System Red Green Blue C M Y K H S L
Decimal 116 175 21 0.34 0 0.88 0.31 82.99 0.79 0.38
Hex 74 AF 15 22 0 58 1F 53 4F 26
Octal 164 257 25 42 0 130 37 123 117 46
Binary 1110100 10101111 10101 100010 0 1011000 11111 1010011 1001111 100110

Color Harmonies of #74AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF15

Black with #74AF15

Text Example


Text Example

White with #74AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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