Html Css Color HEX #7D941C Citron

📋 copy color: '#7D941C'

red 125 ◦ green 148 ◦ blue 28

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

Shades of Citron #7D941C

Tints of Citron #7D941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 41.53%
G = 49.17%
B = 9.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#7D941C (or 0x7D941C) is known color: Citron. HEX triplet: 7D, 94 and 1C. RGB value is (125,148,28). Sum of RGB (Red+Green+Blue) = 125+148+28=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #7D941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D941C is #826BE3. Grayscale: #7F7F7F. Windows color (decimal): -8547300 or 1873021. OLE color: 1873021.

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

Color convert

RGB 125 148 28 -
CMYK 0.16 0 0.81 0.42
HSL 71.5º 0.68% 0.35% -
HSV(B) 71.5º 0.81% 0.58% -
XYZ 19.26 25.62 5.03 -
YUV 127.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 125 148 28 0.16 0 0.81 0.42 71.5 0.68 0.35
Hex 7D 94 1C 10 0 51 2A 48 44 23
Octal 175 224 34 20 0 121 52 110 104 43
Binary 1111101 10010100 11100 10000 0 1010001 101010 1001000 1000100 100011

Color Harmonies of #7D941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D941C

Black with #7D941C

Text Example


Text Example

White with #7D941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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