Html Css Color HEX #7DAB04 Christi

📋 copy color: '#7DAB04'

red 125 ◦ green 171 ◦ blue 4

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

Shades of Christi #7DAB04

Tints of Christi #7DAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57%

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

R = 41.67%
G = 57%
B = 1.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#7DAB04 (or 0x7DAB04) is known color: Christi. HEX triplet: 7D, AB and 04. RGB value is (125,171,4). Sum of RGB (Red+Green+Blue) = 125+171+4=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB04 is #8254FB. Grayscale: #8A8A8A. Windows color (decimal): -8541436 or 306045. OLE color: 306045.

HSL color Cylindrical-coordinate representation of color #7DAB04: hue angle of 76.53º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DAB04 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 4 -
CMYK 0.27 0 0.98 0.33
HSL 76.53º 0.95% 0.34% -
HSV(B) 76.53º 0.98% 0.67% -
XYZ 23.04 33.49 5.37 -
YUV 138.21 52.26 118.58 -
System Red Green Blue C M Y K H S L
Decimal 125 171 4 0.27 0 0.98 0.33 76.53 0.95 0.34
Hex 7D AB 4 1B 0 62 21 4D 5F 22
Octal 175 253 4 33 0 142 41 115 137 42
Binary 1111101 10101011 100 11011 0 1100010 100001 1001101 1011111 100010

Color Harmonies of #7DAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB04

Black with #7DAB04

Text Example


Text Example

White with #7DAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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