Html Css Color HEX #7CB715 Lima

📋 copy color: '#7CB715'

red 124 ◦ green 183 ◦ blue 21

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

Shades of Lima #7CB715

Tints of Lima #7CB715

RGB

 RED value IS 124 (48.83% from 255) = 37.8%

 GREEN value IS 183 (71.88% from 255) = 55.79%

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

R = 37.8%
G = 55.79%
B = 6.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#7CB715 (or 0x7CB715) is known color: Lima. HEX triplet: 7C, B7 and 15. RGB value is (124,183,21). Sum of RGB (Red+Green+Blue) = 124+183+21=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB715 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB715 is #8348EA. Grayscale: #939393. Windows color (decimal): -8603883 or 1423228. OLE color: 1423228.

HSL color Cylindrical-coordinate representation of color #7CB715: hue angle of 81.85º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CB715 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 21 -
CMYK 0.32 0 0.89 0.28
HSL 81.85º 0.79% 0.4% -
HSV(B) 81.85º 0.89% 0.72% -
XYZ 25.38 38.21 6.75 -
YUV 146.89 56.95 111.67 -
System Red Green Blue C M Y K H S L
Decimal 124 183 21 0.32 0 0.89 0.28 81.85 0.79 0.4
Hex 7C B7 15 20 0 59 1C 52 4F 28
Octal 174 267 25 40 0 131 34 122 117 50
Binary 1111100 10110111 10101 100000 0 1011001 11100 1010010 1001111 101000

Color Harmonies of #7CB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB715

Black with #7CB715

Text Example


Text Example

White with #7CB715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,21); }

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

background-color css

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

 a { background-color: rgb(124,183,21); }

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

border-color css

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

 span { border-color: rgb(124,183,21); }

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