Html Css Color HEX #7DAD02 Christi

📋 copy color: '#7DAD02'

red 125 ◦ green 173 ◦ blue 2

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

Shades of Christi #7DAD02

Tints of Christi #7DAD02

RGB

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

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

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

R = 41.67%
G = 57.67%
B = 0.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#7DAD02 (or 0x7DAD02) is known color: Christi. HEX triplet: 7D, AD and 02. RGB value is (125,173,2). Sum of RGB (Red+Green+Blue) = 125+173+2=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAD02 is #8252FD. Grayscale: #8B8B8B. Windows color (decimal): -8540926 or 175485. OLE color: 175485.

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

Color convert

RGB 125 173 2 -
CMYK 0.28 0 0.99 0.32
HSL 76.84º 0.98% 0.34% -
HSV(B) 76.84º 0.99% 0.68% -
XYZ 23.41 34.25 5.43 -
YUV 139.15 50.6 117.9 -
System Red Green Blue C M Y K H S L
Decimal 125 173 2 0.28 0 0.99 0.32 76.84 0.98 0.34
Hex 7D AD 2 1C 0 63 20 4D 62 22
Octal 175 255 2 34 0 143 40 115 142 42
Binary 1111101 10101101 10 11100 0 1100011 100000 1001101 1100010 100010

Color Harmonies of #7DAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD02

Black with #7DAD02

Text Example


Text Example

White with #7DAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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