Html Css Color HEX #7DB315 Lima

📋 copy color: '#7DB315'

red 125 ◦ green 179 ◦ blue 21

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

Shades of Lima #7DB315

Tints of Lima #7DB315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 38.46%
G = 55.08%
B = 6.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#7DB315 (or 0x7DB315) is known color: Lima. HEX triplet: 7D, B3 and 15. RGB value is (125,179,21). Sum of RGB (Red+Green+Blue) = 125+179+21=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB315 is #824CEA. Grayscale: #919191. Windows color (decimal): -8539371 or 1422205. OLE color: 1422205.

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

Color convert

RGB 125 179 21 -
CMYK 0.30 0 0.88 0.30
HSL 80.51º 0.79% 0.39% -
HSV(B) 80.51º 0.88% 0.7% -
XYZ 24.71 36.65 6.48 -
YUV 144.84 58.11 113.85 -
System Red Green Blue C M Y K H S L
Decimal 125 179 21 0.30 0 0.88 0.30 80.51 0.79 0.39
Hex 7D B3 15 1E 0 58 1E 51 4F 27
Octal 175 263 25 36 0 130 36 121 117 47
Binary 1111101 10110011 10101 11110 0 1011000 11110 1010001 1001111 100111

Color Harmonies of #7DB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB315

Black with #7DB315

Text Example


Text Example

White with #7DB315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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