Html Css Color HEX #7DAD04 Christi

📋 copy color: '#7DAD04'

red 125 ◦ green 173 ◦ blue 4

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

Shades of Christi #7DAD04

Tints of Christi #7DAD04

RGB

 RED value IS 125 (49.22% from 255) = 41.39%

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 41.39%
G = 57.28%
B = 1.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#7DAD04 (or 0x7DAD04) is known color: Christi. HEX triplet: 7D, AD and 04. RGB value is (125,173,4). Sum of RGB (Red+Green+Blue) = 125+173+4=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD04 is #8252FB. Grayscale: #8C8C8C. Windows color (decimal): -8540924 or 306557. OLE color: 306557.

HSL color Cylindrical-coordinate representation of color #7DAD04: hue angle of 77.04º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DAD04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 4 -
CMYK 0.28 0 0.98 0.32
HSL 77.04º 0.95% 0.35% -
HSV(B) 77.04º 0.98% 0.68% -
XYZ 23.42 34.26 5.49 -
YUV 139.38 51.6 117.74 -
System Red Green Blue C M Y K H S L
Decimal 125 173 4 0.28 0 0.98 0.32 77.04 0.95 0.35
Hex 7D AD 4 1C 0 62 20 4D 5F 23
Octal 175 255 4 34 0 142 40 115 137 43
Binary 1111101 10101101 100 11100 0 1100010 100000 1001101 1011111 100011

Color Harmonies of #7DAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD04

Black with #7DAD04

Text Example


Text Example

White with #7DAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DAD04; }

 p { color: rgb(125,173,4); }

 H1.HeaderClassName
 {
   color: #7DAD04;
 }
 .AnyTagClassName
 {
   color: #7DAD04;
 }
</style>

background-color css

<style>
 a { background-color: #7DAD04; }

 a { background-color: rgb(125,173,4); }

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

border-color css

<style>
 span { border-color: #7DAD04; }

 span { border-color: rgb(125,173,4); }

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