Html Css Color HEX #7DA201 Christi

📋 copy color: '#7DA201'

red 125 ◦ green 162 ◦ blue 1

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

Shades of Christi #7DA201

Tints of Christi #7DA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.25%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 43.4%
G = 56.25%
B = 0.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#7DA201 (or 0x7DA201) is known color: Christi. HEX triplet: 7D, A2 and 01. RGB value is (125,162,1). Sum of RGB (Red+Green+Blue) = 125+162+1=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA201 is #825DFE. Grayscale: #858585. Windows color (decimal): -8543743 or 107133. OLE color: 107133.

HSL color Cylindrical-coordinate representation of color #7DA201: hue angle of 73.79º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DA201 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 1 -
CMYK 0.23 0 0.99 0.36
HSL 73.79º 0.99% 0.32% -
HSV(B) 73.79º 0.99% 0.64% -
XYZ 21.38 30.2 4.73 -
YUV 132.58 53.74 122.59 -
System Red Green Blue C M Y K H S L
Decimal 125 162 1 0.23 0 0.99 0.36 73.79 0.99 0.32
Hex 7D A2 1 17 0 63 24 4A 63 20
Octal 175 242 1 27 0 143 44 112 143 40
Binary 1111101 10100010 1 10111 0 1100011 100100 1001010 1100011 100000

Color Harmonies of #7DA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA201

Black with #7DA201

Text Example


Text Example

White with #7DA201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,162,1); }

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

background-color css

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

 a { background-color: rgb(125,162,1); }

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

border-color css

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

 span { border-color: rgb(125,162,1); }

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