Html Css Color HEX #74AE05 Christi

📋 copy color: '#74AE05'

red 116 ◦ green 174 ◦ blue 5

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

Shades of Christi #74AE05

Tints of Christi #74AE05

RGB

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

 GREEN value IS 174 (68.36% from 255) = 58.98%

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 39.32%
G = 58.98%
B = 1.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#74AE05 (or 0x74AE05) is known color: Christi. HEX triplet: 74, AE and 05. RGB value is (116,174,5). Sum of RGB (Red+Green+Blue) = 116+174+5=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AE05 is #8B51FA. Grayscale: #8A8A8A. Windows color (decimal): -9130491 or 372340. OLE color: 372340.

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

Color convert

RGB 116 174 5 -
CMYK 0.33 0 0.97 0.32
HSL 80.59º 0.94% 0.35% -
HSV(B) 80.59º 0.97% 0.68% -
XYZ 22.37 34 5.53 -
YUV 137.39 53.28 112.74 -
System Red Green Blue C M Y K H S L
Decimal 116 174 5 0.33 0 0.97 0.32 80.59 0.94 0.35
Hex 74 AE 5 21 0 61 20 51 5E 23
Octal 164 256 5 41 0 141 40 121 136 43
Binary 1110100 10101110 101 100001 0 1100001 100000 1010001 1011110 100011

Color Harmonies of #74AE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE05

Black with #74AE05

Text Example


Text Example

White with #74AE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,5); }

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

background-color css

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

 a { background-color: rgb(116,174,5); }

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

border-color css

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

 span { border-color: rgb(116,174,5); }

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