Html Css Color HEX #7DAE00 Christi

📋 copy color: '#7DAE00'

red 125 ◦ green 174 ◦ blue 0

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

Shades of Christi #7DAE00

Tints of Christi #7DAE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.81%
G = 58.19%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#7DAE00 (or 0x7DAE00) is known color: Christi. HEX triplet: 7D, AE and 00. RGB value is (125,174,0). Sum of RGB (Red+Green+Blue) = 125+174+0=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 174 (68.36% from 255 or 58.19% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE00 is #8251FF. Grayscale: #8C8C8C. Windows color (decimal): -8540672 or 44669. OLE color: 44669.

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

Color convert

RGB 125 174 0 -
CMYK 0.28 0 1 0.32
HSL 76.9º 1% 0.34% -
HSV(B) 76.9º 1% 0.68% -
XYZ 23.59 34.63 5.44 -
YUV 139.51 49.27 117.65 -
System Red Green Blue C M Y K H S L
Decimal 125 174 0 0.28 0 1 0.32 76.9 1 0.34
Hex 7D AE 0 1C 0 64 20 4D 64 22
Octal 175 256 0 34 0 144 40 115 144 42
Binary 1111101 10101110 0 11100 0 1100100 100000 1001101 1100100 100010

Color Harmonies of #7DAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE00

Black with #7DAE00

Text Example


Text Example

White with #7DAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,0); }

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

background-color css

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

 a { background-color: rgb(125,174,0); }

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

border-color css

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

 span { border-color: rgb(125,174,0); }

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