Html Css Color HEX #7DB302 Christi

📋 copy color: '#7DB302'

red 125 ◦ green 179 ◦ blue 2

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

Shades of Christi #7DB302

Tints of Christi #7DB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.5%

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

R = 40.85%
G = 58.5%
B = 0.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#7DB302 (or 0x7DB302) is known color: Christi. HEX triplet: 7D, B3 and 02. RGB value is (125,179,2). Sum of RGB (Red+Green+Blue) = 125+179+2=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB302 is #824CFD. Grayscale: #8F8F8F. Windows color (decimal): -8539390 or 177021. OLE color: 177021.

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

Color convert

RGB 125 179 2 -
CMYK 0.30 0 0.99 0.30
HSL 78.31º 0.98% 0.35% -
HSV(B) 78.31º 0.99% 0.7% -
XYZ 24.59 36.6 5.83 -
YUV 142.68 48.61 115.39 -
System Red Green Blue C M Y K H S L
Decimal 125 179 2 0.30 0 0.99 0.30 78.31 0.98 0.35
Hex 7D B3 2 1E 0 63 1E 4E 62 23
Octal 175 263 2 36 0 143 36 116 142 43
Binary 1111101 10110011 10 11110 0 1100011 11110 1001110 1100010 100011

Color Harmonies of #7DB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB302

Black with #7DB302

Text Example


Text Example

White with #7DB302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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