Html Css Color HEX #7D941D Citron

📋 copy color: '#7D941D'

red 125 ◦ green 148 ◦ blue 29

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

Shades of Citron #7D941D

Tints of Citron #7D941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 41.39%
G = 49.01%
B = 9.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#7D941D (or 0x7D941D) is known color: Citron. HEX triplet: 7D, 94 and 1D. RGB value is (125,148,29). Sum of RGB (Red+Green+Blue) = 125+148+29=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #7D941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D941D is #826BE2. Grayscale: #808080. Windows color (decimal): -8547299 or 1938557. OLE color: 1938557.

HSL color Cylindrical-coordinate representation of color #7D941D: hue angle of 71.6º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D941D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 29 -
CMYK 0.16 0 0.80 0.42
HSL 71.6º 0.67% 0.35% -
HSV(B) 71.6º 0.8% 0.58% -
XYZ 19.27 25.63 5.09 -
YUV 127.56 72.38 126.18 -
System Red Green Blue C M Y K H S L
Decimal 125 148 29 0.16 0 0.80 0.42 71.6 0.67 0.35
Hex 7D 94 1D 10 0 50 2A 48 43 23
Octal 175 224 35 20 0 120 52 110 103 43
Binary 1111101 10010100 11101 10000 0 1010000 101010 1001000 1000011 100011

Color Harmonies of #7D941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D941D

Black with #7D941D

Text Example


Text Example

White with #7D941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,29); }

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

background-color css

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

 a { background-color: rgb(125,148,29); }

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

border-color css

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

 span { border-color: rgb(125,148,29); }

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