Html Css Color HEX #74A502 Christi

📋 copy color: '#74A502'

red 116 ◦ green 165 ◦ blue 2

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

Shades of Christi #74A502

Tints of Christi #74A502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.3%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 40.99%
G = 58.3%
B = 0.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#74A502 (or 0x74A502) is known color: Christi. HEX triplet: 74, A5 and 02. RGB value is (116,165,2). Sum of RGB (Red+Green+Blue) = 116+165+2=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #74A502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74A502 is #8B5AFD. Grayscale: #848484. Windows color (decimal): -9132798 or 173428. OLE color: 173428.

HSL color Cylindrical-coordinate representation of color #74A502: hue angle of 78.04º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74A502 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 2 -
CMYK 0.30 0 0.99 0.35
HSL 78.04º 0.98% 0.33% -
HSV(B) 78.04º 0.99% 0.65% -
XYZ 20.67 30.63 4.88 -
YUV 131.77 54.77 116.75 -
System Red Green Blue C M Y K H S L
Decimal 116 165 2 0.30 0 0.99 0.35 78.04 0.98 0.33
Hex 74 A5 2 1E 0 63 23 4E 62 21
Octal 164 245 2 36 0 143 43 116 142 41
Binary 1110100 10100101 10 11110 0 1100011 100011 1001110 1100010 100001

Color Harmonies of #74A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A502

Black with #74A502

Text Example


Text Example

White with #74A502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,165,2); }

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

background-color css

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

 a { background-color: rgb(116,165,2); }

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

border-color css

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

 span { border-color: rgb(116,165,2); }

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