Html Css Color HEX #7DAE02 Christi

📋 copy color: '#7DAE02'

red 125 ◦ green 174 ◦ blue 2

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

Shades of Christi #7DAE02

Tints of Christi #7DAE02

RGB

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

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

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

R = 41.53%
G = 57.81%
B = 0.66%

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

#7DAE02 (or 0x7DAE02) is known color: Christi. HEX triplet: 7D, AE and 02. RGB value is (125,174,2). Sum of RGB (Red+Green+Blue) = 125+174+2=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE02 is #8251FD. Grayscale: #8C8C8C. Windows color (decimal): -8540670 or 175741. OLE color: 175741.

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

Color convert

RGB 125 174 2 -
CMYK 0.28 0 0.99 0.32
HSL 77.09º 0.98% 0.35% -
HSV(B) 77.09º 0.99% 0.68% -
XYZ 23.6 34.64 5.5 -
YUV 139.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 125 174 2 0.28 0 0.99 0.32 77.09 0.98 0.35
Hex 7D AE 2 1C 0 63 20 4D 62 23
Octal 175 256 2 34 0 143 40 115 142 43
Binary 1111101 10101110 10 11100 0 1100011 100000 1001101 1100010 100011

Color Harmonies of #7DAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE02

Black with #7DAE02

Text Example


Text Example

White with #7DAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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