Html Css Color HEX #7D930F Citron

📋 copy color: '#7D930F'

red 125 ◦ green 147 ◦ blue 15

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

Shades of Citron #7D930F

Tints of Citron #7D930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.22%

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 43.55%
G = 51.22%
B = 5.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#7D930F (or 0x7D930F) is known color: Citron. HEX triplet: 7D, 93 and 0F. RGB value is (125,147,15). Sum of RGB (Red+Green+Blue) = 125+147+15=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #7D930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D930F is #826CF0. Grayscale: #7D7D7D. Windows color (decimal): -8547569 or 1020797. OLE color: 1020797.

HSL color Cylindrical-coordinate representation of color #7D930F: hue angle of 70º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D930F is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 15 -
CMYK 0.15 0 0.90 0.42
HSL 70º 0.81% 0.32% -
HSV(B) 70º 0.9% 0.58% -
XYZ 18.98 25.26 4.33 -
YUV 125.37 65.71 127.73 -
System Red Green Blue C M Y K H S L
Decimal 125 147 15 0.15 0 0.90 0.42 70 0.81 0.32
Hex 7D 93 F F 0 5A 2A 46 51 20
Octal 175 223 17 17 0 132 52 106 121 40
Binary 1111101 10010011 1111 1111 0 1011010 101010 1000110 1010001 100000

Color Harmonies of #7D930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D930F

Black with #7D930F

Text Example


Text Example

White with #7D930F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,15); }

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

background-color css

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

 a { background-color: rgb(125,147,15); }

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

border-color css

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

 span { border-color: rgb(125,147,15); }

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