Html Css Color HEX #7DA500 Christi

📋 copy color: '#7DA500'

red 125 ◦ green 165 ◦ blue 0

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

Shades of Christi #7DA500

Tints of Christi #7DA500

RGB

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

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

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

R = 43.1%
G = 56.9%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#7DA500 (or 0x7DA500) is known color: Christi. HEX triplet: 7D, A5 and 00. RGB value is (125,165,0). Sum of RGB (Red+Green+Blue) = 125+165+0=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA500 is #825AFF. Grayscale: #868686. Windows color (decimal): -8542976 or 42365. OLE color: 42365.

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

Color convert

RGB 125 165 0 -
CMYK 0.24 0 1 0.35
HSL 74.55º 1% 0.32% -
HSV(B) 74.55º 1% 0.65% -
XYZ 21.91 31.27 4.88 -
YUV 134.23 52.25 121.42 -
System Red Green Blue C M Y K H S L
Decimal 125 165 0 0.24 0 1 0.35 74.55 1 0.32
Hex 7D A5 0 18 0 64 23 4B 64 20
Octal 175 245 0 30 0 144 43 113 144 40
Binary 1111101 10100101 0 11000 0 1100100 100011 1001011 1100100 100000

Color Harmonies of #7DA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA500

Black with #7DA500

Text Example


Text Example

White with #7DA500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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