Html Css Color HEX #7D950C Citron

📋 copy color: '#7D950C'

red 125 ◦ green 149 ◦ blue 12

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

Shades of Citron #7D950C

Tints of Citron #7D950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.1%

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 43.71%
G = 52.1%
B = 4.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#7D950C (or 0x7D950C) is known color: Citron. HEX triplet: 7D, 95 and 0C. RGB value is (125,149,12). Sum of RGB (Red+Green+Blue) = 125+149+12=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #7D950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D950C is #826AF3. Grayscale: #7E7E7E. Windows color (decimal): -8547060 or 824701. OLE color: 824701.

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

Color convert

RGB 125 149 12 -
CMYK 0.16 0 0.92 0.42
HSL 70.51º 0.85% 0.32% -
HSV(B) 70.51º 0.92% 0.58% -
XYZ 19.27 25.88 4.33 -
YUV 126.21 63.55 127.14 -
System Red Green Blue C M Y K H S L
Decimal 125 149 12 0.16 0 0.92 0.42 70.51 0.85 0.32
Hex 7D 95 C 10 0 5C 2A 47 55 20
Octal 175 225 14 20 0 134 52 107 125 40
Binary 1111101 10010101 1100 10000 0 1011100 101010 1000111 1010101 100000

Color Harmonies of #7D950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D950C

Black with #7D950C

Text Example


Text Example

White with #7D950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,149,12); }

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

background-color css

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

 a { background-color: rgb(125,149,12); }

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

border-color css

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

 span { border-color: rgb(125,149,12); }

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